From 884b63029d595e31d0e32c64db4f8394a76526b1 Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Tue, 29 Dec 2015 16:40:02 +0800 Subject: add Shebang for bash scripts * Our bash scripts use some bash sepcific syntax, so them can not be started by other shell like zsh. Add shebang for them, so zsh can simplely execute './deploy.sh' Change-Id: Ic6e6afaa83c6de131e6ac4eda1601d11c5b22656 Signed-off-by: carey.xu --- deploy/host_virtual.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 deploy/host_virtual.sh (limited to 'deploy/host_virtual.sh') diff --git a/deploy/host_virtual.sh b/deploy/host_virtual.sh old mode 100644 new mode 100755 index c7e5f84e..8e93b9b3 --- a/deploy/host_virtual.sh +++ b/deploy/host_virtual.sh @@ -1,3 +1,4 @@ +#!/bin/bash host_vm_dir=$WORK_DIR/vm function tear_down_machines() { old_ifs=$IFS -- cgit 1.2.3-korg