summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-09 18:23:01 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-09 18:23:01 +0000
commitda6ec4319f1105129f935067081bc9e132c5c549 (patch)
treed64d7ba9e938ce1edab4d3678a509fb6df445542 /scripts
parentb0198b525c7526aa0174bdec86ece24e0e1494dd (diff)
downloadanaconda-da6ec4319f1105129f935067081bc9e132c5c549.tar.gz
anaconda-da6ec4319f1105129f935067081bc9e132c5c549.tar.xz
anaconda-da6ec4319f1105129f935067081bc9e132c5c549.zip
tyop
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildinstall2
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