diff options
author | Sven-Hendrik Haase <sh@lutzhaase.com> | 2012-02-26 16:49:08 +0100 |
---|---|---|
committer | Sven-Hendrik Haase <sh@lutzhaase.com> | 2012-02-26 16:49:08 +0100 |
commit | 14147caf2cdb360cc61315ceda248e8d4d53be32 (patch) | |
tree | c409f4c287c6c39e98807023594971a3b780c51d /ponysay | |
parent | dacb16c8f8c0e83744e8bca79ff9fe33cb29c79e (diff) | |
parent | af081d264334ea5bf335eec70a2ee2f276b822da (diff) | |
download | ponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.tar.gz ponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.tar.bz2 ponysay-14147caf2cdb360cc61315ceda248e8d4d53be32.zip |
Kinda merged
Diffstat (limited to 'ponysay')
-rwxr-xr-x | ponysay | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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() { |