diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-01-03 20:22:04 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-01-03 20:22:04 +0000 |
commit | 01d8f36d90e73fdbdc1fba8441eaf4c7e0d44697 (patch) | |
tree | 0d1f9166de0be7d47e855f40ed819674e1d4276a /scripts | |
parent | 4916cd951ca901134f421012a3faa38cc27f83aa (diff) | |
download | anaconda-01d8f36d90e73fdbdc1fba8441eaf4c7e0d44697.tar.gz anaconda-01d8f36d90e73fdbdc1fba8441eaf4c7e0d44697.tar.xz anaconda-01d8f36d90e73fdbdc1fba8441eaf4c7e0d44697.zip |
this wasn't doing anything useful and rawhide images should be okay now
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildinstall | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/buildinstall b/scripts/buildinstall index b4b767abf..7a03a9309 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -58,11 +58,6 @@ while [ $# -gt 0 ]; do esac done -if [ "$(echo $1 |grep rawhide)" ]; then - echo "not going to build rawhide images" - exit 1 -fi - if [ -z "$PRODUCTSTR" ]; then usage fi |