ALSA: usb-audio: add support for Akai MPD16
[safe/jmp/linux-2.6] / scripts / gcc-version.sh
index cc767b3..debecb5 100644 (file)
@@ -18,7 +18,7 @@ compiler="$*"
 
 if [ ${#compiler} -eq 0 ]; then
        echo "Error: No compiler specified."
-       echo -e "Usage:\n\t$0 <gcc-command>"
+       printf "Usage:\n\t$0 <gcc-command>\n"
        exit 1
 fi