X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmvebu%2Fimage%2Fgen_mvebu_sdcard_img.sh;fp=target%2Flinux%2Fmvebu%2Fimage%2Fgen_mvebu_sdcard_img.sh;h=100a9a96e5c0acbd0bffe06fbeae6d7a2ef9e1f5;hb=c5b4fa20fadbdc47264a9c1f76d7b9351c42e7ec;hp=e0230e48b64b7ba7c5cceb42d5275d4c965787e8;hpb=0bbfc3dff719e6f6691bd7cc5db06ece52ca131b;p=openwrt%2Fopenwrt.git diff --git a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh index e0230e48b6..100a9a96e5 100755 --- a/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh +++ b/target/linux/mvebu/image/gen_mvebu_sdcard_img.sh @@ -56,7 +56,7 @@ sect=63 # create real partition table using fdisk printf "Creating partition table: " -set `ptgen -o "$OUTFILE" -h $head -s $sect -l 1024 -S 0x$SIGNATURE $ptgen_args` +set $(ptgen -o "$OUTFILE" -h $head -s $sect -l 1024 -S 0x$SIGNATURE $ptgen_args) printf "Done\n" # install bootloader