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.Linux/init.sh | |
parent | 444f23e2d158389b22d40537fc9b027d9f575229 (diff) |
Massive whitespace cleanup
Diffstat (limited to 'sh.Linux/init.sh')
-rwxr-xr-x | sh.Linux/init.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.Linux/init.sh b/sh.Linux/init.sh index 2d51e8e3..524e7538 100755 --- a/sh.Linux/init.sh +++ b/sh.Linux/init.sh @@ -146,7 +146,7 @@ if [ -e /proc/uptime ]; then unset up fi -if ${mountproc} ; then +if ${mountproc}; then procfs="proc" [ "${RC_UNAME}" = "GNU/kFreeBSD" ] && proc="linprocfs" ebegin "Mounting ${procfs} at /proc" @@ -242,7 +242,7 @@ for x in "devpts /dev/pts 0755 ,gid=5,mode=0620" "tmpfs /dev/shm 1777 ,nodev"; d if [ ! -d "$2" ] && \ [ "${m}" = "devfs" -o "${m}" = "udev" ]; then - mkdir -m "$3" -p "$2" >/dev/null 2>/dev/null || \ + mkdir -m "$3" -p "$2" >/dev/null 2>&1 || \ ewarn "Could not create $2!" fi |