diff options
author | maximilian attems <maks@debian.org> | 2005-10-01 02:33:30 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2005-10-01 02:33:30 +0200 |
commit | a893fa82665ee472079292eb84a125ef81009124 (patch) | |
tree | 540886f92c987fa65c7e74a9b4e98459ea554efc /scripts/local-premount | |
parent | 14739b596ae27800ae6ce071745cf2da382d73b4 (diff) | |
download | initramfs-tools-a893fa82665ee472079292eb84a125ef81009124.tar.gz initramfs-tools-a893fa82665ee472079292eb84a125ef81009124.zip |
apply all the 0.30 upstream changes.
Diffstat (limited to 'scripts/local-premount')
-rw-r--r-- | scripts/local-premount/suspend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/local-premount/suspend b/scripts/local-premount/suspend index 5791123..6aab596 100644 --- a/scripts/local-premount/suspend +++ b/scripts/local-premount/suspend @@ -19,7 +19,7 @@ if [ "x${resume}" = "x" ]; then exit fi -if [ ! -e ${resume} ]; then +if [ ! -e "${resume}" ]; then exit fi |