mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +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`
|
scrw=`(stty size <&2 || echo 0 0) | cut -d ' ' -f 2`
|
||||||
listcmd="$0list.pl"
|
listcmd="ponysaylist.pl"
|
||||||
|
|
||||||
haspq=1
|
haspq=1
|
||||||
if [[ -f './pq4ps-list' ]]; then
|
if [[ -f './pq4ps-list' ]]; then
|
||||||
|
|
Loading…
Reference in a new issue