From: Simon Ruderich Date: Thu, 24 Oct 2013 00:09:59 +0000 (+0200) Subject: setup.sh: Use sed_i for consistency. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=ed31ed4ecd0475529d54a6c1d5f1cbfbd41d2a07 setup.sh: Use sed_i for consistency. --- diff --git a/setup.sh b/setup.sh index 4055a84..91a527b 100755 --- a/setup.sh +++ b/setup.sh @@ -32,7 +32,7 @@ if test x"`os`" = xdebian; then # Necessary as aptitude rewrites the config file on every start. 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