From ed31ed4ecd0475529d54a6c1d5f1cbfbd41d2a07 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 02:09:59 +0200 Subject: [PATCH] setup.sh: Use sed_i for consistency. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2