summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-05-16 09:51:10 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-05-16 09:51:10 +0100
commit647fe7e6322efdbf76e8bc33e271a76a397e788d (patch)
treecd8913584cc109f5276c3f9bd3240f8e2cc17875
parent10f8222ae4172220c7422719550107257d4aedff (diff)
downloadfhs-dirs-647fe7e6322efdbf76e8bc33e271a76a397e788d.tar.gz
create-fhs-dirs: set -x for more useful output
-rwxr-xr-xcreate-fhs-dirs2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-fhs-dirs b/create-fhs-dirs
index 953d84a..498db05 100755
--- a/create-fhs-dirs
+++ b/create-fhs-dirs
@@ -17,7 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-set -e
+set -ex
if [ "$#" != 1 ]
then