Fresh pull from upstream
[librecmc/librecmc.git] / target / linux / sunxi / image / gen_sunxi_sdcard_img.sh
index 2a09306af69ebece76181e5e8d8d84257d275afa..bb89e3a0fc6ac14493ce0117c68ec6da0e2fbf8d 100755 (executable)
@@ -1,5 +1,4 @@
 #!/usr/bin/env bash
-
 #
 # Copyright (C) 2013 OpenWrt.org
 #
@@ -7,7 +6,7 @@
 # See /LICENSE for more information.
 #
 
-set -
+set -ex
 [ $# -eq 6 ] || {
     echo "SYNTAX: $0 <file> <bootfs image> <rootfs image> <bootfs size> <rootfs size> <u-boot image>"
     exit 1