summaryrefslogtreecommitdiffstats
path: root/build/scripts
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2017-09-15 12:56:12 -0500
committerLuiz Souza <luiz@netgate.com>2017-09-15 12:56:12 -0500
commit5e58e8bdedb48f605df96b4a7f942a2fd979d5d4 (patch)
treee5f32526bc5743a8247797ba9cde4115c705f4da /build/scripts
parentdad3885f9f5afbe0768387527122a885414dd3bc (diff)
downloadpfsense-5e58e8bdedb48f605df96b4a7f942a2fd979d5d4.zip
pfsense-5e58e8bdedb48f605df96b4a7f942a2fd979d5d4.tar.gz
Fix the build, add the new getopt option.
Reported by: garga Pointy-hat to: loos
Diffstat (limited to 'build/scripts')
-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