Fix for running with bash, sh, and zsh

master
José Padilla 2014-03-13 10:31:34 -04:00
parent b90a0a811e
commit 966ff0e1b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
function fatalExit (){
fatalExit (){
echo "$@" && exit 1;
}