diff options
author | Matt Wilson <msw@redhat.com> | 2000-08-18 14:29:28 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-08-18 14:29:28 +0000 |
commit | 96c719f551b31d0cf5e96dd624d54b9eab307636 (patch) | |
tree | 5d2766a790d7710aed25f77ee9ed61b826721e40 /scripts | |
parent | 70aab656720b1f3f5b40d246468538e362a44c71 (diff) | |
download | anaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.tar.gz anaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.tar.xz anaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.zip |
oops, typo
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mk-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images index 25c5094ae..42f4a99ab 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -719,7 +719,7 @@ makedriverdisk () { rpm2cpio $ppackage | (cd $KERNELROOT; cpio --quiet -iumd etc/pcmcia/* ./etc/pcmcia/*) fi - if [ ! -d "$KERNELROOT/lib/modules/$version" -o ]; then + if [ ! -d "$KERNELROOT/lib/modules/$version" ]; then echo "$1 is not a valid modules directory" 2>&1 usage fi |