Updated Branches: refs/heads/master a6f505295 -> a5f77d348
CLOUDSTACK-1066: RVM needs a login shell, fix build.sh to start with a login shell Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/a5f77d34 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/a5f77d34 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/a5f77d34 Branch: refs/heads/master Commit: a5f77d348da1b83146e054966ea69b1a4c75013b Parents: a6f5052 Author: Rohit Yadav <[email protected]> Authored: Tue Feb 19 12:31:32 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Tue Feb 19 12:31:32 2013 +0530 ---------------------------------------------------------------------- tools/appliance/build.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/a5f77d34/tools/appliance/build.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/build.sh b/tools/appliance/build.sh index 38d71fd..4dcb200 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
