diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-11-09 18:23:01 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-11-09 18:23:01 +0000 |
commit | da6ec4319f1105129f935067081bc9e132c5c549 (patch) | |
tree | d64d7ba9e938ce1edab4d3678a509fb6df445542 /scripts | |
parent | b0198b525c7526aa0174bdec86ece24e0e1494dd (diff) | |
download | anaconda-da6ec4319f1105129f935067081bc9e132c5c549.tar.gz anaconda-da6ec4319f1105129f935067081bc9e132c5c549.tar.xz anaconda-da6ec4319f1105129f935067081bc9e132c5c549.zip |
tyop
Diffstat (limited to 'scripts')
-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 |