Parcourir la source

Merge pull request #21 from taziden/patch-1

add set -x into create_arm_debootstrap.sh
Émile Morel il y a 10 ans
Parent
commit
59f4e7d506
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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