Explicitly use bash, not sh

Some bash features were already being used, this just makes the
requirement a little more explicit.
This commit is contained in:
Tom Willemse 2014-04-27 01:57:14 +02:00
parent e46b5baef0
commit 26e5381fc4

2
hypo
View file

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# hypo-cli -- Easily communicate with hypo # hypo-cli -- Easily communicate with hypo
# Copyright (C) 2013 Tom Willemse # Copyright (C) 2013 Tom Willemse
# #