setup: Use explicit path to `mdw-conf'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 2 Jul 2016 19:44:07 +0000 (20:44 +0100)
It works in an environment that's already been set up, but not in a
shiny new world.  Oops.

setup

diff --git a/setup b/setup
index 37dc474..cb59354 100755 (executable)
--- a/setup
+++ b/setup
@@ -186,7 +186,7 @@ cppfiles=""
   Xdefaults"
 echo "Hacking files with C preprocessor..."
 defs="-DHOME=$HOME -DPROFILE=$here"
-defs="$defs -DEMACSWD=$(mdw-conf emacs-width 77)"
+defs="$defs -DEMACSWD=$(bin/mdw-conf emacs-width 77)"
 for c in $cppfiles; do
   target=.$c
   case $c in