From fc43808fc0aa0478b42d66757d6eff637c7116f6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 24 Oct 2013 02:09:53 +0200 Subject: [PATCH] setup.sh: Use new generate() argument order. --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index ce6b014..4055a84 100755 --- a/setup.sh +++ b/setup.sh @@ -22,6 +22,7 @@ set -e . ../lib.sh + if test x"`os`" = xdarwin; then # Sets a custom PATH for GUI applications. mkdir -p ~/.MacOSX @@ -29,7 +30,7 @@ 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 -- 2.43.2