summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 2 insertions, 2 deletions
diff --git a/init b/init
index 9afc87a..52e3f45 100755
--- a/init
+++ b/init
@@ -95,7 +95,7 @@ for x in $(cat /proc/cmdline); do
BOOT=${x#boot=}
;;
resume=*)
- resume="${x#resume=}"
+ RESUME="${x#resume=}"
;;
noresume)
noresume=y
@@ -141,7 +141,7 @@ for x in $(cat /proc/cmdline); do
done
if [ -z "${noresume}" ]; then
- export resume=${resume}
+ export resume=${RESUME}
else
export noresume
fi