aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-rwxr-xr-xponysay4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponysay b/ponysay
index 71efa38..83d76eb 100755
--- a/ponysay
+++ b/ponysay
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
export PERL_UNICODE=S
ponydir=$PWD/ponies
@@ -6,7 +6,7 @@ function ponyf() {
if [[ -f ${ponydir}/${1}.cow ]] ; then
cowsay -f "${ponydir}/${1}.cow" $@
else
- ponyr
+ ponyr
fi
}
function ponyr() {