diff sources/native-builds/hello-world.sh @ 1111:6b20e20bb291

Vary $WORK directory so making multiple control images in parallel with FORK=1 doesn't conflict.
author Rob Landley <rob@landley.net>
date Sun, 13 Jun 2010 22:54:25 -0500
parents 0fe8eda4f002
children b41dbea3ba14
line wrap: on
line diff
--- a/sources/native-builds/hello-world.sh	Sun Jun 13 02:47:49 2010 -0500
+++ b/sources/native-builds/hello-world.sh	Sun Jun 13 22:54:25 2010 -0500
@@ -12,7 +12,7 @@
 
 # Set up working directories
 
-WORK="$WORK"/sub
+WORK="$WORK"/hello-world
 blank_tempdir "$WORK"
 
 cat > "$WORK"/init << 'EOF' || dienow