Updated Branches: refs/heads/master 8134f86d1 -> dbfa2d799
Change bin/create to use bash as shell Fixes script on older Ubuntu versions. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/commit/dbfa2d79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/tree/dbfa2d79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/diff/dbfa2d79 Branch: refs/heads/master Commit: dbfa2d7994cb0fc8caa375442127a38d137cd812 Parents: 8134f86 Author: Philipp Klose <m...@thehippo.de> Authored: Thu Sep 13 15:45:10 2012 +0300 Committer: Andrew Grieve <agri...@chromium.org> Committed: Mon Sep 17 11:09:53 2012 -0400 ---------------------------------------------------------------------- bin/create | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-android/blob/dbfa2d79/bin/create ---------------------------------------------------------------------- diff --git a/bin/create b/bin/create index 6ff7034..b8ab39e 100755 --- a/bin/create +++ b/bin/create @@ -1,4 +1,4 @@ -#! /bin/sh +#! /bin/bash # 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