]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
bin/tig.pl: Add missing timezone.
[config/dotfiles.git] / setup.sh
index e2e1edd7ebaefeeb57aa8475b2e74903dc0d54d4..c61c00dcdfbc8d97f4fc16c08a860bc6a60ff532 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -30,10 +30,9 @@ if installed git; then
     fi
 
     generate m4 gitconfig \
-        -DGITIGNORE=`pwd`/gitignore \
         -DPATIENCE="$PATIENCE" \
         -DOS=`os` \
-        -DTIG="`pwd`/tig.pl"
+        -DPWD="`pwd`"
     link gitconfig ~/.gitconfig
 fi
 
@@ -43,7 +42,6 @@ fi
 
 if installed hg; then
     generate m4 hgrc \
-        -DHGIGNORE=`pwd`/hgignore \
         -DOS=`os`
     link hgrc ~/.hgrc
 fi