aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-27 01:57:14 +0200
committerGravatar Tom Willemse2014-04-27 01:57:14 +0200
commit26e5381fc499cdedaa6818a0726189c6ba10b91e (patch)
tree175622649dcb0249c314919344a6efc44ca68062
parente46b5baef07b766d83b5a4225bbff944307d898b (diff)
downloadhypo-cli-26e5381fc499cdedaa6818a0726189c6ba10b91e.tar.gz
hypo-cli-26e5381fc499cdedaa6818a0726189c6ba10b91e.zip
Explicitly use bash, not sh
Some bash features were already being used, this just makes the requirement a little more explicit.
-rwxr-xr-xhypo2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypo b/hypo
index f7d4f2a..14df732 100755
--- a/hypo
+++ b/hypo
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# hypo-cli -- Easily communicate with hypo
# Copyright (C) 2013 Tom Willemse
#