diff options
Diffstat (limited to 'src/parted-usb.sh')
-rwxr-xr-x | src/parted-usb.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parted-usb.sh b/src/parted-usb.sh index 1c0219d..1a7ec7a 100755 --- a/src/parted-usb.sh +++ b/src/parted-usb.sh | |||
@@ -316,7 +316,8 @@ if [ "$1" ] | |||
316 | then | 316 | then |
317 | if [ "$1" = USB ] | 317 | if [ "$1" = USB ] |
318 | then | 318 | then |
319 | target=$(./src/usb.sh) || exit 1 | 319 | [ "$DO_BUILD" ] && arg= || arg=-n |
320 | target=$(./src/usb.sh $arg) || exit 1 | ||
320 | elif [ -f "$1" ] | 321 | elif [ -f "$1" ] |
321 | then | 322 | then |
322 | case "$1" in | 323 | case "$1" in |