mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27:59 +01:00
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:
parent
9f4d6caa24
commit
9bf70d36d1
1 changed files with 1 additions and 1 deletions
2
ponysay
2
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
|
||||
|
|
Loading…
Reference in a new issue