aboutsummaryrefslogtreecommitdiff
path: root/init.d/localmount
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-28 15:45:03 +0000
committerRoy Marples <roy@marples.name>2007-11-28 15:45:03 +0000
commitac9279cc0d5a00bc17908b2914941186020cd3ce (patch)
tree850a4fe19917113e75bfd2e79d00b58208468503 /init.d/localmount
parent444f23e2d158389b22d40537fc9b027d9f575229 (diff)
Massive whitespace cleanup
Diffstat (limited to 'init.d/localmount')
-rwxr-xr-xinit.d/localmount2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/localmount b/init.d/localmount
index 9823820c..d05822ec 100755
--- a/init.d/localmount
+++ b/init.d/localmount
@@ -58,7 +58,7 @@ stop() {
for x in ${no_umounts} ${RC_NO_UMOUNTS}; do
no_umounts="${no_umounts}|${x}"
done
- if [ "${SIFS}" = "y" ] ; then
+ if [ "${SIFS}" = "y" ]; then
IFS=$OIFS
else
unset IFS