changeset 319:17ac907b99f8

Typo (mine, not Andre's).
author Rob Landley <rob@landley.net>
date Fri, 11 Apr 2008 17:48:58 -0500
parents b3cf2e4b74f0
children 65b7f7a6ddf4
files host-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Fri Apr 11 09:46:00 2008 -0500
+++ b/host-tools.sh	Fri Apr 11 17:48:58 2008 -0500
@@ -81,7 +81,7 @@
 # As a temporary measure, build User Mode Linux and use _that_ to package
 # the ext2 image to boot qemu with.  (Replace this with toybox gene2fs.)
 
-if [ -z "${HOSTTOOLS}/linux" ]
+if [ ! -f "${HOSTTOOLS}/linux" ]
 then
   setupfor linux &&
   cat > mini.conf << EOF &&