diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-10-21 15:57:07 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-10-21 15:57:07 +0000 |
commit | 05b3f2764a80291dbc4e295b62a63da229d61462 (patch) | |
tree | 3155a5886ce53dfbe2167c97f55e7a8a3b9d6926 /scripts | |
parent | 161e7e4a3a67ec881da7ca2b8164f71c0a544b34 (diff) | |
download | anaconda-05b3f2764a80291dbc4e295b62a63da229d61462.tar.gz anaconda-05b3f2764a80291dbc4e295b62a63da229d61462.tar.xz anaconda-05b3f2764a80291dbc4e295b62a63da229d61462.zip |
and we prove, yet again, that I am unable to type
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 a99e32330..9bef8a32c 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -955,7 +955,7 @@ for KERNELARCH in $arches; do done done -if [ -n "$foundakernel"]; then +if [ -n "$foundakernel" ]; then # make the second stage find $KERNELBASE/*/lib/modules/ > $CACHE makeSecondStage |