X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=23c1f8ea860a2e78e0212fb839c6e32b2a16f5aa;hb=d7057bf97274c3961a4e160177384ad2a227f893;hp=2747b9235d4533990ea361ae4a4c8c5d08e99ac2;hpb=e4c16ff97afe69adec52cbbf4b4d66455d4a3371;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 2747b92..23c1f8e 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if installed git; then @@ -28,7 +30,6 @@ if installed git; then fi generate m4 gitconfig \ - -DGITIGNORE=`pwd`/gitignore \ -DPATIENCE="$PATIENCE" \ -DOS=`os` \ -DTIG="`pwd`/tig.pl" @@ -41,7 +42,6 @@ fi if installed hg; then generate m4 hgrc \ - -DHGIGNORE=`pwd`/hgignore \ -DOS=`os` link hgrc ~/.hgrc fi