Changeset 1490 in MondoRescue for branches/2.2.4/tools/build2qemu
- Timestamp:
- Jun 6, 2007, 4:29:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.4/tools/build2qemu
r1479 r1490 6 6 # 7 7 8 #if [ _"$1" = =_"" ]; then8 #if [ _"$1" = _"" ]; then 9 9 #echo "Syntax: build2qemu [version-tag [vm1]..|vmx]] )" 10 10 #exit -1 … … 16 16 dname=`dirname $0` 17 17 prem=`echo $dname |cut -c1` 18 if [ ${prem} = ="/" ]; then18 if [ ${prem} = "/" ]; then 19 19 export TOOLHOME=$dname 20 20 else … … 37 37 38 38 c="" 39 if [ _"$1" = =_"--pkg" ]; then39 if [ _"$1" = _"--pkg" ]; then 40 40 shift 41 41 c=$1 … … 43 43 fi 44 44 45 if [ _"$1" = =_"" ]; then45 if [ _"$1" = _"" ]; then 46 46 export VMS=`cat ${TOOLHOME}/DISTROS` 47 47 single=0
Note:
See TracChangeset
for help on using the changeset viewer.