From dbfa2d7994cb0fc8caa375442127a38d137cd812 Mon Sep 17 00:00:00 2001 From: Philipp Klose Date: Thu, 13 Sep 2012 15:45:10 +0300 Subject: [PATCH] Change bin/create to use bash as shell Fixes script on older Ubuntu versions. --- bin/create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/create b/bin/create index 6ff7034b..b8ab39e8 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