diff options
Diffstat (limited to 'scripts/buildinstall')
-rwxr-xr-x | scripts/buildinstall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index b20d61f56..bb72ed39f 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -58,7 +58,7 @@ while [ $# -gt 0 ]; do esac done -if [ "$(echo $1 |grep rawhide)" ]; +if [ "$(echo $1 |grep rawhide)" ]; then echo "not going to build rawhide images" exit 1 fi |