From 3b3c80db30af556d5da7301037bf16782216d0bd Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 30 Jan 2013 20:50:18 +0100 Subject: bin/app-init: o Adding -p to mkdir so parent directories are created. libexec/app-resolver-maven: o Not using command expansion to make sure "set -e" works as normal. o Adding a basic check that xmlstartlet has a useful output. --- STYLE-GUIDE.md | 5 +++++ 1 file changed, 5 insertions(+) mode change 100644 => 100755 STYLE-GUIDE.md (limited to 'STYLE-GUIDE.md') diff --git a/STYLE-GUIDE.md b/STYLE-GUIDE.md old mode 100644 new mode 100755 index 1137425..dc897ba --- a/STYLE-GUIDE.md +++ b/STYLE-GUIDE.md @@ -19,6 +19,11 @@ Creating `usage()` exit 1 } +Executing Commands +================== + +* http://unix.stackexchange.com/q/23026 + Resources --------- -- cgit v1.2.3