summaryrefslogtreecommitdiffstats
path: root/build/scripts/create_core_pkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/scripts/create_core_pkg.sh')
-rwxr-xr-xbuild/scripts/create_core_pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/create_core_pkg.sh b/build/scripts/create_core_pkg.sh
index 377be9f..9159bda 100755
--- a/build/scripts/create_core_pkg.sh
+++ b/build/scripts/create_core_pkg.sh
@@ -51,7 +51,7 @@ END
exit 1
}
-while getopts t:f:v:r:F:d:h opt; do
+while getopts s:t:f:v:r:F:d:h opt; do
case "$opt" in
t)
template=$OPTARG
OpenPOWER on IntegriCloud