summaryrefslogtreecommitdiff
blob: 76c3fbf1d673b51a18c07bc5426013219ca7d85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/bin/colorcfg
+++ b/bin/colorcfg
@@ -10,13 +10,7 @@ echo "[ cw/color wrapper: user setup script. ]"
 if test -x "${HOME}/.cw/bin/colorcfg";then
  CWLIB="${HOME}/.cw/def"
 else
- SED="`which sed 2>/dev/null`"
- if test -z "$SED";then
-  CWLIB="/usr/local/lib/cw"
-  echo "(NOTE: using static cw library path, this could be invalid)"
- else
-  CWLIB="`echo \"$0/lib/cw\"|sed \"s/\/bin\/colorcfg//g\"`"
- fi
+  CWLIB="/usr/libexec/cw"
 fi
 
 echo "[ cw library path: $CWLIB ]"