From 5a67b4f5be9960b24f5bb2ba0adcc25121c8a486 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Thu, 23 Feb 2006 01:05:51 +0000 Subject: [PATCH] r13643: Enable script debug output to get some more details why some hosts return with !=0 after calling installmodules.sh AUTH_MODULES. --- source/script/installmodules.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/script/installmodules.sh b/source/script/installmodules.sh index 4ea8fde327..47794d1135 100755 --- a/source/script/installmodules.sh +++ b/source/script/installmodules.sh @@ -19,6 +19,8 @@ fi fi done +set -x + for p in $*; do p2=`basename $p` echo Installing $p as $DESTDIR/$LIBDIR/$p2 @@ -26,4 +28,6 @@ for p in $*; do chmod $INSTALLPERMS $DESTDIR/$LIBDIR/$p2 done +set +x + exit 0 -- 2.34.1