Browse code

hack: useless use of cat

Signed-off-by: Jörg Thalheim <joerg@higgsboson.tk>

Jörg Thalheim authored on 2015/04/15 01:31:52
Showing 2 changed files
... ...
@@ -63,7 +63,7 @@ DEFAULT_BUNDLES=(
63 63
 	ubuntu
64 64
 )
65 65
 
66
-VERSION=$(cat ./VERSION)
66
+VERSION=$(< ./VERSION)
67 67
 if command -v git &> /dev/null && git rev-parse &> /dev/null; then
68 68
 	GITCOMMIT=$(git rev-parse --short HEAD)
69 69
 	if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
... ...
@@ -60,7 +60,7 @@ if [ "$1" != '--release-regardless-of-test-failure' ]; then
60 60
 	)
61 61
 fi
62 62
 
63
-VERSION=$(cat VERSION)
63
+VERSION=$(< VERSION)
64 64
 BUCKET=$AWS_S3_BUCKET
65 65
 
66 66
 # These are the 2 keys we've used to sign the deb's