From 3b1fd626703d49080a4be87e810a101f852af22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Santoro?= Date: Mon, 13 Nov 2017 13:22:23 +0000 Subject: Use sh as interpreter No bash-specific feature is used, so deploy script will work in every POSIX OS, even when bash isn't installed. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index b0e33906..78f4769d 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh rev=$(git rev-parse --short HEAD) -- cgit v1.2.3