Browse Source

Merge pull request #21 from taziden/patch-1

add set -x into create_arm_debootstrap.sh
Émile Morel 10 years ago
parent
commit
59f4e7d506
1 changed files with 1 additions and 0 deletions
  1. 1 0
      olinux/create_arm_debootstrap.sh

+ 1 - 0
olinux/create_arm_debootstrap.sh

@@ -5,6 +5,7 @@
 ######################
 
 set -e
+set -x
 
 show_usage() {
 cat <<EOF