[hipl-commit] [tiny] Rev 3724: Added shebang line and minor style change in copy_vbox_testsystem.sh.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 26 Mar 2010 15:07:12 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: 26/03/2010 at 15:07:12
Revision: 3724
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Added shebang line and minor style change in copy_vbox_testsystem.sh.

Modified:
  M  tools/copy_vbox_testsystem.sh

=== modified file 'tools/copy_vbox_testsystem.sh'
--- tools/copy_vbox_testsystem.sh       2010-03-26 12:47:05 +0000
+++ tools/copy_vbox_testsystem.sh       2010-03-26 13:06:23 +0000
@@ -1,3 +1,5 @@
+#!/bin/sh
+
 # Enter configuration parameters below:
 
 # Need to be absolute paths
@@ -84,8 +86,7 @@
     read SSH_PORT_middle2
 fi
 
-for VM_NAME in "alice" "bob" "middle1" "middle2"
-do
+for VM_NAME in "alice" "bob" "middle1" "middle2" do
     copy_vm ${VM_NAME} "${INPUT_DIR}/${VM_NAME}/${VM_NAME}.vdi" 
"${OUTPUT_DIR}/${VM_NAME}/${VM_NAME}.vdi" SSH_PORT_${VM_NAME}
 done

Other related posts:

  • » [hipl-commit] [tiny] Rev 3724: Added shebang line and minor style change in copy_vbox_testsystem.sh. - Tim Just