Use printf instead of echo -n
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
[ -z "${VERSION}" ] && VERSION=`basename \`pwd\`` \
|
||||
&& VERSION=${VERSION#*-}
|
||||
|
||||
echo -n ${VERSION}
|
||||
printf ${VERSION}
|
||||
|
||||
Reference in New Issue
Block a user