remove alert character output from build script printfs

This commit is contained in:
zzz
2016-05-26 20:24:08 +00:00
parent f653b03288
commit 8807787b10
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ if [ -z $BITS ]; then
exit
fi
printf "\aBITS variable not set, $BITS bit system detected\n\a" >&2
printf "BITS variable not set, $BITS bit system detected\n" >&2
fi
# If JAVA_HOME isn't set we'll try to figure it out