diff options
author | Erik Troan <ewt@redhat.com> | 2001-02-06 22:05:27 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-02-06 22:05:27 +0000 |
commit | 2309888570905962963e5f576bfb17b117018105 (patch) | |
tree | e9d32b870742ac296c360c3613e8a9c688f6c770 /scripts | |
parent | 78c67b40c4125a66b4c00eecbe701db25e5c5290 (diff) | |
download | anaconda-2309888570905962963e5f576bfb17b117018105.tar.gz anaconda-2309888570905962963e5f576bfb17b117018105.tar.xz anaconda-2309888570905962963e5f576bfb17b117018105.zip |
added missing "
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 aeb1a2116..7861d33ff 100755 --- a/scripts/mk-images +++ b/scripts/mk-images @@ -504,7 +504,7 @@ EOF rm -rf $MBD_TMPIMAGE $MBD_BOOTTREE if [ -n "$PADSIZE" ]; then - padfile $MBD_FSIMAGE $PADSIZE" + padfile $MBD_FSIMAGE $PADSIZE fi if [ -n "$EXTRAINITRDPATH" ]; then |