From 2d07849bd4e5b7cdd6ed19c9f4360e65c6d50c5d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 24 Mar 2008 10:48:36 +0000 Subject: [PATCH] setup: Stop using `pwd' so often. (Introduced with the gitconfig-generation change.) --- setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup b/setup index 48c3afc..132bf7f 100755 --- a/setup +++ b/setup @@ -198,10 +198,10 @@ echo " all done." echo -n "Installing Git configuration:" sed " 1i\ -### generated by $(pwd)/setup; do not edit!\ +### generated by $(here)/setup; do not edit!\ /@releasekey@/ s::$(./mdw-conf release-key 481334C2):g -/@gitignore@/ s::$(./mdw-conf gitignore $(pwd)/gitignore):g +/@gitignore@/ s::$(./mdw-conf gitignore $(here)/gitignore):g " gitconfig >$HOME/.gitconfig.new mv $HOME/.gitconfig.new $HOME/.gitconfig echo " done." -- 2.11.0