From 0e7aca39207cad2e41225bfa36bdee84f2a195b8 Mon Sep 17 00:00:00 2001 From: Erkin Batu Altunbaş Date: Sun, 26 Feb 2012 19:14:50 +0100 Subject: Makefile --- ponysay | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ponysay') diff --git a/ponysay b/ponysay index e9e6141..0f81fc5 100755 --- a/ponysay +++ b/ponysay @@ -1,7 +1,6 @@ #!/usr/bin/env bash export PERL_UNICODE=S - -ponydir=$PWD/ponies +ponydir=/usr/share/ponies function ponyf() { if [[ -f ${ponydir}/${1}.cow ]] ; then -- cgit