X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=7254f84e1de3bd257ed34b2a2602dd4f94c2159c;hb=ea9794e34ffe3de76829a8e8b0c1a98e94bca63b;hp=f7c41b910ca7b87715b49dd9ca32ed22cb5ec90e;hpb=bfa7b63c0d29b2a1d12e34a1814b431d9c898cf5;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index f7c41b9..7254f84 100755 --- a/setup.sh +++ b/setup.sh @@ -18,6 +18,8 @@ # along with this program. If not, see . +set -e + . ../lib.sh if test x"`os`" = xdarwin; then @@ -32,5 +34,7 @@ if test x"`os`" = xdebian; then sed -i 's|^#|//|' debian/aptitude/config link debian/aptitude ~/.aptitude - link debian/reportbugrc ~/.reportbugrc + if installed reportbug; then + link debian/reportbugrc ~/.reportbugrc + fi fi