summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-08-18 14:29:28 +0000
committerMatt Wilson <msw@redhat.com>2000-08-18 14:29:28 +0000
commit96c719f551b31d0cf5e96dd624d54b9eab307636 (patch)
tree5d2766a790d7710aed25f77ee9ed61b826721e40 /scripts/mk-images
parent70aab656720b1f3f5b40d246468538e362a44c71 (diff)
downloadanaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.tar.gz
anaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.tar.xz
anaconda-96c719f551b31d0cf5e96dd624d54b9eab307636.zip
oops, typo
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
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