X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=c61c00dcdfbc8d97f4fc16c08a860bc6a60ff532;hb=469dfb554f9ee2f50c6df74372342abe8a229c0c;hp=4a4f78c0f32c4a1cb5459403ec6a82fa4f27dd99;hpb=5aefc04d52d746c8ba65bc9bb2fe1aba6ec8521f;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 4a4f78c..c61c00d 100755 --- a/setup.sh +++ b/setup.sh @@ -32,7 +32,7 @@ if installed git; then generate m4 gitconfig \ -DPATIENCE="$PATIENCE" \ -DOS=`os` \ - -DTIG="`pwd`/tig.pl" + -DPWD="`pwd`" link gitconfig ~/.gitconfig fi @@ -42,7 +42,6 @@ fi if installed hg; then generate m4 hgrc \ - -DHGIGNORE=`pwd`/hgignore \ -DOS=`os` link hgrc ~/.hgrc fi