Don't use $0 as base for ponysaylist, if you use ponythink it would result in ponythinklist which doesn't exist

This commit is contained in:
Elis Axelsson 2012-07-19 13:42:09 +02:00
parent 9f4d6caa24
commit 9bf70d36d1

View file

@ -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