From a5f77d348da1b83146e054966ea69b1a4c75013b Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Tue, 19 Feb 2013 12:31:32 +0530 Subject: [PATCH] CLOUDSTACK-1066: RVM needs a login shell, fix build.sh to start with a login shell Signed-off-by: Rohit Yadav --- tools/appliance/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 38d71fd00d0..4dcb200915e 100644 --- a/tools/appliance/build.sh +++ b/tools/appliance/build.sh @@ -1,3 +1,4 @@ +#!/bin/bash -xl # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information