[PATCH 1/6] aiaiai-test-patchset: add missing colon on targets option
Jacob Keller
jacob.e.keller at intel.com
Mon Mar 10 16:46:09 PDT 2014
The targets option recently added was broken. It did not properly handle
a value for the argument, because no colon was present. This patch fixes
the getopt line so that target will infact select an option.
Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
aiaiai-test-patchset | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset
index 82cafc7700d1..224c70c681a4 100755
--- a/aiaiai-test-patchset
+++ b/aiaiai-test-patchset
@@ -239,7 +239,7 @@ cleanup_handler()
}
set_cleanup_handler cleanup_handler
-TEMP=`getopt -n $PROG -o j:,c:,i:,w:,C:,p,Q:,K:,M:,v,h --long jobs:,commit-id:,input:,workdir:,logdir:,confdir:,preserve,bisectability,targets,sparse,smatch,cppcheck,coccinelle,quick-fixes:,keywords:,kmake-opts:,verbose,help -- "$@"` ||
+TEMP=`getopt -n $PROG -o j:,c:,i:,w:,C:,p,Q:,K:,M:,v,h --long jobs:,commit-id:,input:,workdir:,logdir:,confdir:,preserve,bisectability,targets:,sparse,smatch,cppcheck,coccinelle,quick-fixes:,keywords:,kmake-opts:,verbose,help -- "$@"` ||
fail_usage ""
eval set -- "$TEMP"
--
1.8.3.1
More information about the aiaiai
mailing list