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:
parent
e46b5baef0
commit
26e5381fc4
1 changed files with 1 additions and 1 deletions
2
hypo
2
hypo
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# hypo-cli -- Easily communicate with hypo
|
||||
# Copyright (C) 2013 Tom Willemse
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue