From 6f0114a7be94e2b81f860f2bf8b431ef1d3517d6 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 23 Mar 2016 14:11:09 +0000
Subject: [PATCH] Task #8437: Actually allow -h option

---
 CEP/Pipeline/recipes/sip/bin/runPipeline.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CEP/Pipeline/recipes/sip/bin/runPipeline.sh b/CEP/Pipeline/recipes/sip/bin/runPipeline.sh
index 74e28c521df..8746f119cae 100755
--- a/CEP/Pipeline/recipes/sip/bin/runPipeline.sh
+++ b/CEP/Pipeline/recipes/sip/bin/runPipeline.sh
@@ -40,7 +40,7 @@ function usage() {
   exit 1
 }
 
-while getopts "o:c:p:b:" opt; do
+while getopts "ho:c:p:b:" opt; do
   case $opt in
     h)  usage
         ;;
-- 
GitLab