asm-generic: make get_user() clear the destination on errors
[linux-2.6-block.git] / scripts / setlocalversion
index 63d91e22ed7ccd18a0cd77852af647112ed216bb..966dd3924ea9cb34997828f10b68523615fdbf57 100755 (executable)
@@ -143,7 +143,7 @@ fi
 if test -e include/config/auto.conf; then
        . include/config/auto.conf
 else
-       echo "Error: kernelrelease not valid - run 'make prepare' to update it"
+       echo "Error: kernelrelease not valid - run 'make prepare' to update it" >&2
        exit 1
 fi