X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2d07849bd4e5b7cdd6ed19c9f4360e65c6d50c5d..15581433d63e606b3dcbb6296fef5afbb2c51c27:/setup diff --git a/setup b/setup index 132bf7f..38f5fd8 100755 --- 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."