From 9bf70d36d15bc013c3f49df9ab36cb69f05e043c Mon Sep 17 00:00:00 2001 From: Elis Axelsson Date: Thu, 19 Jul 2012 13:42:09 +0200 Subject: Don't use $0 as base for ponysaylist, if you use ponythink it would result in ponythinklist which doesn't exist --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ponysay b/ponysay index 72ce73a..62036ae 100755 --- a/ponysay +++ b/ponysay @@ -19,7 +19,7 @@ version() { } scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2` -listcmd="$0list.pl" +listcmd="ponysaylist.pl" haspq=1 if [[ -f './pq4ps-list' ]]; then -- cgit