hack: useless use of cat

Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>
Upstream-commit: 4d53a1952865a3610cf2007f7075b360c5aafbef
Component: engine
This commit is contained in:
Jörg Thalheim
2015-04-14 18:31:52 +02:00
parent 29eeea7d5f
commit 438e1a9b5d
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ DEFAULT_BUNDLES=(
ubuntu
)
VERSION=$(cat ./VERSION)
VERSION=$(< ./VERSION)
if command -v git &> /dev/null && git rev-parse &> /dev/null; then
GITCOMMIT=$(git rev-parse --short HEAD)
if [ -n "$(git status --porcelain --untracked-files=no)" ]; then

View File

@ -60,7 +60,7 @@ if [ "$1" != '--release-regardless-of-test-failure' ]; then
)
fi
VERSION=$(cat VERSION)
VERSION=$(< VERSION)
BUCKET=$AWS_S3_BUCKET
# These are the 2 keys we've used to sign the deb's