summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-06 11:30:34 -0300
committerRenato Botelho <renato@netgate.com>2016-03-06 11:30:34 -0300
commit3ad375d48718832408949ad0b68d6998fe70e048 (patch)
tree5cb14390f74240290e69d8a355755b7d6399f7e7 /build.sh
parent462cbb5a6c82fe9fc54753e88b105a6e8f9c43ee (diff)
downloadpfsense-3ad375d48718832408949ad0b68d6998fe70e048.zip
pfsense-3ad375d48718832408949ad0b68d6998fe70e048.tar.gz
Do not reset date string when doing read-only operations
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ff144f2..e7526ce 100755
--- a/build.sh
+++ b/build.sh
@@ -157,6 +157,7 @@ while test "$1" != ""; do
;;
--print-flags)
BUILDACTION="printflags"
+ _USE_OLD_DATESTRING=YES
;;
--clean-builder)
BUILDACTION="cleanbuilder"
@@ -199,6 +200,7 @@ while test "$1" != ""; do
IMAGETYPE="${1}"
;;
-V)
+ _USE_OLD_DATESTRING=YES
shift
[ -n "${1}" ] \
&& var_to_print="${1}"
OpenPOWER on IntegriCloud