@cosmetic Convert backticks (#2112)

This commit is contained in:
James White 2017-09-24 12:16:05 +01:00 committed by Leonardo Galli
parent 6942fb892d
commit 9178a0aa1b
1 changed files with 4 additions and 4 deletions

View File

@ -17,10 +17,10 @@ case "$(uname -s)" in
esac
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
VERSION="`date +%H:%M:%S`"
YEAR="`date +%Y`"
MONTH="`date +%m`"
DAY="`date +%d`"
VERSION="$(date +%H:%M:%S)"
YEAR="$(date +%Y)"
MONTH="$(date +%m)"
DAY="$(date +%d)"
else
VERSION=$1
BRANCH=$2