From 26e5381fc499cdedaa6818a0726189c6ba10b91e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 27 Apr 2014 01:57:14 +0200 Subject: Explicitly use bash, not sh Some bash features were already being used, this just makes the requirement a little more explicit. --- hypo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # -- cgit v1.2.3-54-g00ecf