diff options
author | maximilian attems <maks@debian.org> | 2007-05-27 00:32:10 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-27 00:32:10 +0200 |
commit | 0df638ec51ee9a8362f3c81ceb9070d8e2820381 (patch) | |
tree | 18d787793d4abc7bb38e5d03601a002069660d1f /scripts | |
parent | 525008f4da3ddc32c83329dbb6322ae1660b8fc8 (diff) | |
download | initramfs-tools-0df638ec51ee9a8362f3c81ceb9070d8e2820381.tar.gz initramfs-tools-0df638ec51ee9a8362f3c81ceb9070d8e2820381.zip |
scripts/init-premount/ps3: typo fix
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/init-premount/ps3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init-premount/ps3 b/scripts/init-premount/ps3 index d4b1609..8f8ce1c 100755 --- a/scripts/init-premount/ps3 +++ b/scripts/init-premount/ps3 @@ -18,7 +18,7 @@ esac case "$DPKG_ARCH" in powerpc|ppc64) while read line; do - if [ "${line}" =! "${line#machine*PS3PF}" ]; then + if [ "${line}" != "${line#machine*PS3PF}" ]; then # For PS3's we know these devices will exist, # and that we'll need them modprobe ps3_storage |