X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=dc3a3417508f252cebe56a0f1f4762d3abc2e48f;hb=0e1f3846c77e6b0ca5d9215b07f6e587cedd19d9;hp=ce6b014852781efac5d73f55cc52f68fd1ba7fee;hpb=d1cbaca9a501eeadc0dd93c1fbac4b234d890411;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index ce6b014..dc3a341 100755 --- a/setup.sh +++ b/setup.sh @@ -18,10 +18,11 @@ # along with this program. If not, see . -set -e +set -eu . ../lib.sh + if test x"`os`" = xdarwin; then # Sets a custom PATH for GUI applications. mkdir -p ~/.MacOSX @@ -29,9 +30,9 @@ if test x"`os`" = xdarwin; then fi if test x"`os`" = xdebian; then # Necessary as aptitude rewrites the config file on every start. - generate cat debian/aptitude/config .in + generate debian/aptitude/config .in cat # aptitude/config uses // as comment instead of #. - sed -i 's|^#|//|' debian/aptitude/config + sed_i 's|^#|//|' debian/aptitude/config link debian/aptitude ~/.aptitude if installed reportbug; then