diff options
author | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-11-28 15:45:03 +0000 |
commit | ac9279cc0d5a00bc17908b2914941186020cd3ce (patch) | |
tree | 850a4fe19917113e75bfd2e79d00b58208468503 /sh/init-common-post.sh | |
parent | 444f23e2d158389b22d40537fc9b027d9f575229 (diff) |
Massive whitespace cleanup
Diffstat (limited to 'sh/init-common-post.sh')
-rw-r--r-- | sh/init-common-post.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/init-common-post.sh b/sh/init-common-post.sh index 850342dd..ce9647dd 100644 --- a/sh/init-common-post.sh +++ b/sh/init-common-post.sh @@ -31,7 +31,7 @@ if [ "${RC_SVCDIR}" != "/" ] && mkdir "${RC_SVCDIR}/.test.$$" 2>/dev/null; then for x in ${RC_SVCDIR:-/lib/rcscripts/init.d}/*; do [ -e "${x}" ] || continue case ${x##*/} in - deptree|ksoftlevel|rc.log) ;; + deptree|ksoftlevel|rc.log);; *) rm -rf "${x}";; esac done |