small message fix

This commit is contained in:
Kolan Sh 2012-08-31 13:56:41 +04:00
parent 6ad162aaad
commit 013ec27f93
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ cd /usr/src/linux
[ "$?" != "0" ] && echo /usr/src/linux doesn\'t exist && exit -1
zcat $CONFIG_FILE >.config 2>/dev/null || cat $CONFIG_FILE >.config
[ "$?" != "0" ] && echo $CONFIG_FILE doesn\'t exist && exit -1
[ "$?" != "0" ] && echo "$CONFIG_FILE doesn't exist or /usr mounted as read-only" && exit -1
if [ true == "$SILENT" ]; then
yes "" | make silentoldconfig