setup: Fix bogosity in 2d07849b...
authorMark Wooding <mdw@distorted.org.uk>
Tue, 25 Mar 2008 12:16:16 +0000 (12:16 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 25 Mar 2008 12:16:16 +0000 (12:16 +0000)
That was very stupid.  Sorry.

setup

diff --git a/setup b/setup
index 132bf7f..38f5fd8 100755 (executable)
--- a/setup
+++ b/setup
@@ -198,10 +198,10 @@ echo "    all done."
 echo -n "Installing Git configuration:"
 sed "
 1i\
-### generated by $(here)/setup; do not edit!\
+### generated by $here/setup; do not edit!\
 
 /@releasekey@/ s::$(./mdw-conf release-key 481334C2):g
-/@gitignore@/ s::$(./mdw-conf gitignore $(here)/gitignore):g
+/@gitignore@/ s::$(./mdw-conf gitignore $here/gitignore):g
 " gitconfig >$HOME/.gitconfig.new
 mv $HOME/.gitconfig.new $HOME/.gitconfig
 echo " done."