From 0ce59eb5b7617228559ae79212b495d3c8f7536e Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 15 Dec 2016 21:28:31 +0100 Subject: [PATCH] Move update-version to the script directory And also equalize the shebang to the other scripts. --- update-version.sh => script/update-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename update-version.sh => script/update-version (97%) diff --git a/update-version.sh b/script/update-version similarity index 97% rename from update-version.sh rename to script/update-version index 936fdb1d..1742ff88 100755 --- a/update-version.sh +++ b/script/update-version @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VERSION_STRING=$1 VERSION_ARRAY=( ${VERSION_STRING//./ } )