Use printf instead of echo -n

This commit is contained in:
angt
2015-12-08 15:16:22 +01:00
parent 5cf39c288c
commit 84ae6dae32

View File

@@ -6,4 +6,4 @@
[ -z "${VERSION}" ] && VERSION=`basename \`pwd\`` \
&& VERSION=${VERSION#*-}
echo -n ${VERSION}
printf ${VERSION}