From: Roland Häder Date: Thu, 14 Aug 2008 16:24:16 +0000 (+0000) Subject: no-new-line added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44b19cbf2c9028d88d34258ff626d83e9fe1d1dc;p=shipsimu.git no-new-line added --- diff --git a/package.sh b/package.sh index 7f0821a..aeb7db3 100755 --- a/package.sh +++ b/package.sh @@ -2,7 +2,7 @@ sh ./clear-cache.sh -echo "$0: Packaging... " +echo -n "$0: Packaging... " zip -9 shipsimu_dev.zip docs/* Doxyfile *.php *.sh > /dev/null 2>&1 echo -n "." zip -9r shipsimu_dev.zip application/ db/ devel/ Doxyfile inc/ templates/ tests/ > /dev/null 2>&1