Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8f61c944f149a0b67557c574afc6e8f5026ed778)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8f61c944f149a0b67557c574afc6e8f5026ed778)
  • Date: Thu, 28 Aug 2008 07:53:55 -0500

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





Archive powered by MHonArc 2.6.24.

Top of Page