treewide: replace backticks by $(...) in gen_*_img.sh scripts
[openwrt/openwrt.git] / target / linux / mvebu / image / gen_mvebu_sdcard_img.sh
index e0230e48b64b7ba7c5cceb42d5275d4c965787e8..100a9a96e5c0acbd0bffe06fbeae6d7a2ef9e1f5 100755 (executable)
@@ -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