summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-17 16:43:54 -0300
committerRenato Botelho <renato@netgate.com>2015-09-17 16:44:02 -0300
commite41e0ec93d30d1ce8404559dc7072523c85a7560 (patch)
treeaed74896eb5dcfeb9f6d58010ebfc873cc0b4847 /build.sh
parent2c8121a0c7d953256d4ffaae48a234a2b8d7eb46 (diff)
downloadpfsense-e41e0ec93d30d1ce8404559dc7072523c85a7560.zip
pfsense-e41e0ec93d30d1ce8404559dc7072523c85a7560.tar.gz
No need a subshell to call execute functions
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index ae28d29..8e135e0 100755
--- a/build.sh
+++ b/build.sh
@@ -385,13 +385,13 @@ for _IMGTOBUILD in $_IMAGESTOBUILD; do
staginareas_clean_each_run
if [ "${_IMGTOBUILD}" = "iso" ]; then
- (create_iso_image)
+ create_iso_image
elif [ "${_IMGTOBUILD}" = "memstick" ]; then
- (create_memstick_image)
+ create_memstick_image
elif [ "${_IMGTOBUILD}" = "memstickserial" ]; then
- (create_memstick_serial_image)
+ create_memstick_serial_image
elif [ "${_IMGTOBUILD}" = "memstickadi" ]; then
- (create_memstick_adi_image)
+ create_memstick_adi_image
elif [ "${_IMGTOBUILD}" = "fullupdate" ]; then
create_Full_update_tarball
elif [ "${_IMGTOBUILD}" = "nanobsd" -o "${_IMGTOBUILD}" = "nanobsd-vga" ]; then
@@ -406,7 +406,7 @@ for _IMGTOBUILD in $_IMAGESTOBUILD; do
create_nanobsd_diskimage ${_IMGTOBUILD} "${FLASH_SIZE}"
elif [ "${_IMGTOBUILD}" = "ova" ]; then
install_pkg_install_ports ${PRODUCT_NAME}-vmware
- (create_ova_image)
+ create_ova_image
install_pkg_install_ports
fi
done
OpenPOWER on IntegriCloud