summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Santoro <dereckson@espace-win.org>2017-11-13 13:22:23 +0000
committerSébastien Santoro <dereckson@espace-win.org>2017-11-13 13:22:23 +0000
commit3b1fd626703d49080a4be87e810a101f852af22f (patch)
tree7b5ce5d2a4d16cb78dc075844cce57149aa48d68
parentd54d874a8d10e177fb90cf8c3b8a85238ec9edb8 (diff)
downloadnix-3b1fd626703d49080a4be87e810a101f852af22f.zip
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.
-rw-r--r--deploy.sh2
1 files changed, 1 insertions, 1 deletions
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)