summaryrefslogtreecommitdiffhomepage
path: root/subr/pre_setup_env.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pre_setup_env.subr')
-rw-r--r--subr/pre_setup_env.subr5
1 files changed, 1 insertions, 4 deletions
diff --git a/subr/pre_setup_env.subr b/subr/pre_setup_env.subr
index 0f22fdbe..c1876d31 100644
--- a/subr/pre_setup_env.subr
+++ b/subr/pre_setup_env.subr
@@ -1,9 +1,6 @@
-#
-# set -o errexit -o noglob are assumed.
-#
-
pre_setup_env() {
local __;
+ set -o noglob;
if [ -z "${DEFAULT_BUILD_CPUS}" ]\
&& [ -e /proc/cpuinfo ]; then
DEFAULT_BUILD_CPUS=$(awk '/^processor/{cpus++} END{print cpus}' /proc/cpuinfo);