comparison sources/toys/run-emulator.sh @ 659:ad65353ad01c

Fix embarassing typo.
author Rob Landley <rob@landley.net>
date Sat, 28 Mar 2009 00:24:58 -0500
parents b4ea140d2439
children d0157468f73d
comparison
equal deleted inserted replaced
658:dc5512d734f0 659:ad65353ad01c
24 shift 24 shift
25 DISTCC_PATH="$1" 25 DISTCC_PATH="$1"
26 elif [ "$1" == "--memory" ] 26 elif [ "$1" == "--memory" ]
27 then 27 then
28 shift 28 shift
29 QEMU_EXTRA"-m $1 $QEMU_EXTRA" 29 QEMU_EXTRA="-m $1 $QEMU_EXTRA"
30 else 30 else
31 ( 31 (
32 echo "unknown argument $1" 32 echo "unknown argument $1"
33 echo 'Usage: run-emulator.sh [OPTIONS]' 33 echo 'Usage: run-emulator.sh [OPTIONS]'
34 echo ' --make-hdb $MEGS - create a sparse image (if none exists) to mount on /home' 34 echo ' --make-hdb $MEGS - create a sparse image (if none exists) to mount on /home'