diff options
author | Franz Dietrich | 2011-05-07 00:26:10 +0200 |
---|---|---|
committer | Franz Dietrich | 2011-05-07 00:26:10 +0200 |
commit | 33d3bc417fc055ab891084e484fda4547731662f (patch) | |
tree | 2c4621b275f02d3b6eab422f78f072aa01c2667f | |
parent | add env module .. not finished .. (diff) | |
download | usb-boot-stick-33d3bc417fc055ab891084e484fda4547731662f.tar.gz usb-boot-stick-33d3bc417fc055ab891084e484fda4547731662f.tar.xz usb-boot-stick-33d3bc417fc055ab891084e484fda4547731662f.zip |
Fix a whitespace
-rw-r--r-- | inc/functions.usb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/functions.usb.sh b/inc/functions.usb.sh index 47ccbd4..41a3a8a 100644 --- a/inc/functions.usb.sh +++ b/inc/functions.usb.sh @@ -112,7 +112,7 @@ create_partitions () { FREE=$((${DISKSIZE}-${IMAGESIZE})) if [ $IMAGESIZE -lt 16 ]; then - perror "Calculated image size too small, something went wrong probably ($IMAGESIZE MB)." + perror "Calculated image size too small, something went wrong probably ($IMAGESIZE MB)." fi # create bootable vfat at the end of the device if big enough, otherwise use |