summaryrefslogtreecommitdiffstats
path: root/tools/tools/nanobsd/nanobsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools/nanobsd/nanobsd.sh')
-rw-r--r--tools/tools/nanobsd/nanobsd.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh
index 7afb047..e0e9fb3 100644
--- a/tools/tools/nanobsd/nanobsd.sh
+++ b/tools/tools/nanobsd/nanobsd.sh
@@ -650,19 +650,19 @@ cust_pkg () (
#######################################################################
# Convenience function:
-# Register $1 as customize function.
+# Register all args as customize function.
customize_cmd () {
- NANO_CUSTOMIZE="$NANO_CUSTOMIZE $1"
+ NANO_CUSTOMIZE="$NANO_CUSTOMIZE $*"
}
#######################################################################
# Convenience function:
-# Register $1 as late customize function to run just before
+# Register all args as late customize function to run just before
# image creation.
late_customize_cmd () {
- NANO_LATE_CUSTOMIZE="$NANO_LATE_CUSTOMIZE $1"
+ NANO_LATE_CUSTOMIZE="$NANO_LATE_CUSTOMIZE $*"
}
#######################################################################
OpenPOWER on IntegriCloud