[Fakeroot-commits] [SCM] fakeroot branch, upstream, updated. 04dab641455927d5062151311f4cb4c128aa6392
Clint Adams
clint at debian.org
Sun Apr 22 02:15:22 UTC 2012
The following commit has been merged in the upstream branch:
commit ec73d00060a3256610177830c7d96f6a8ff92eb9
Author: Mikhail Gusarov <mikhail.gusarov at cfengine.com>
Date: Tue Apr 10 15:43:50 2012 +0200
Fix testsuite script to be compatible with Solaris shell
diff --git a/test/defs.in b/test/defs.in
index 439ac29..ee77b89 100644
--- a/test/defs.in
+++ b/test/defs.in
@@ -9,8 +9,8 @@ trap 'rm -rf $tmp' EXIT
LDPRELOADVAR=@LDPRELOADVAR@
case $VERBOSE in
- (x) set -x;; # Debug mode.
- ('') exec >/dev/null 2>&1;; # By default, be silent.
+ x) set -x;; # Debug mode.
+ '') exec >/dev/null 2>&1;; # By default, be silent.
esac
run_fakeroot ()
--
fakeroot
More information about the Fakeroot-commits
mailing list