diff options
Diffstat (limited to 'examples/bootfloppy/mkrootfs.sh')
-rwxr-xr-x | examples/bootfloppy/mkrootfs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh index 5cdff21..a7fc48b 100755 --- a/examples/bootfloppy/mkrootfs.sh +++ b/examples/bootfloppy/mkrootfs.sh @@ -102,4 +102,3 @@ then rmdir $TARGET_DIR gzip -9 rootfs fi - |