[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8f61c944f149a0b67557c574afc6e8f5026ed778)
Vlad Glagolev
scm at sourcemage.org
Thu Aug 28 08:53:55 EDT 2008
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
smgl/init.d/init.d/mountall.sh | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8f61c944f149a0b67557c574afc6e8f5026ed778
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
init.d: boo
diff --git a/smgl/init.d/init.d/mountall.sh b/smgl/init.d/init.d/mountall.sh
index f0fa03f..eead8c3 100755
--- a/smgl/init.d/init.d/mountall.sh
+++ b/smgl/init.d/init.d/mountall.sh
@@ -134,7 +134,7 @@ start()
if [ "$CLEAN_TMP" == "yes" ] ; then
echo "Cleaning out /tmp..."
- [ -d /tmp ] && shopt dotglob && rm -rf /tmp/*
+ [ -d /tmp ] && shopt -s dotglob && rm -rf /tmp/* && shopt -u dotglob
evaluate_retval
fi
More information about the SM-Commit
mailing list