summaryrefslogtreecommitdiffstats
path: root/loader2/linuxrc.s390
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@redhat.de>2004-03-31 09:41:30 +0000
committerKarsten Hopp <karsten@redhat.de>2004-03-31 09:41:30 +0000
commit430f171389dda9dd6cc9726318017e75e513d0ee (patch)
tree2dd449c78d1883197f8597062336e148071b7164 /loader2/linuxrc.s390
parent29f797510b3905cc1090fe0f67f6adf94b9bd072 (diff)
downloadanaconda-430f171389dda9dd6cc9726318017e75e513d0ee.tar.gz
anaconda-430f171389dda9dd6cc9726318017e75e513d0ee.tar.xz
anaconda-430f171389dda9dd6cc9726318017e75e513d0ee.zip
we don't have cut in our ramdisk, and on one noticed ;-)
Jeremy, this fix should go in U2 if still possible (#119495)
Diffstat (limited to 'loader2/linuxrc.s390')
-rw-r--r--loader2/linuxrc.s3902
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/linuxrc.s390 b/loader2/linuxrc.s390
index 2b779b245..27f1e337c 100644
--- a/loader2/linuxrc.s390
+++ b/loader2/linuxrc.s390
@@ -215,7 +215,7 @@ else # ctc0, escon0, iucv0
echo $"Linux guest:"
read IUCV
done
- if [ $(echo "$IUCV" |cut -c 1-5) != "iucv=" ]; then
+ if [ "${IUCV:0:5}" = "iucv=" ]; then
IUCV="iucv=$IUCV"
fi
fi