From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: setup: Use explicit path to `mdw-conf'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/a1c9c51e60f91ee05ef8945a081b66b2413315f6?hp=652ff1add948209b4d55f461b04c5d54d1d8ad7b setup: Use explicit path to `mdw-conf'. It works in an environment that's already been set up, but not in a shiny new world. Oops. --- diff --git a/setup b/setup index 37dc474..cb59354 100755 --- 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