Skip to content

Commit

Permalink
set DATE to "unknown" if `date' command is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander authored and Expander committed Mar 20, 2014
1 parent 9d7405a commit b868ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -19,7 +19,7 @@ ABSBASEDIR=$(cd $BASEDIR; pwd)
CONFIGDIR="${BASEDIR}/config"

# current date
DATE="`date --rfc-2822`"
DATE="`(date --rfc-2822) 2>/dev/null || echo unknown`"

# platform information
debmultiarch=""
Expand Down

0 comments on commit b868ee0

Please sign in to comment.