summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-08-25 09:32:52 -0300
committerRenato Botelho <renato@netgate.com>2015-08-25 14:49:55 -0300
commitf6eb412c84ffa3d75252b5a49a30a5f10847af9c (patch)
treee80fb171a798fe6672e21ac07886da81a38504e8 /tools
parent04992be2bfd4a5f47e2077ef5623b7c72a705eea (diff)
downloadpfsense-f6eb412c84ffa3d75252b5a49a30a5f10847af9c.zip
pfsense-f6eb412c84ffa3d75252b5a49a30a5f10847af9c.tar.gz
_BUILDER_EPOCH is local
Diffstat (limited to 'tools')
-rw-r--r--tools/builder_defaults.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builder_defaults.sh b/tools/builder_defaults.sh
index daf0600..ea44bb3 100644
--- a/tools/builder_defaults.sh
+++ b/tools/builder_defaults.sh
@@ -240,7 +240,7 @@ export FINAL_CHROOT_DIR=${FINAL_CHROOT_DIR:-/usr/local/final-dir}
# NOTE: Date string is used for creating file names of images
# The file is used for sharing the same value with build_snapshots.sh
-export _BUILDER_EPOCH=$(date +"%s")
+local _BUILDER_EPOCH=$(date +"%s")
export DATESTRINGFILE=${DATESTRINGFILE:-$SCRATCHDIR/version.snapshots}
if [ "${DATESTRING}" = "" ]; then
if [ -f $DATESTRINGFILE ]; then
OpenPOWER on IntegriCloud