pfetch: type not posix
This commit is contained in:
parent
9bc53fedde
commit
b3bdb3dbdd
2
pfetch
2
pfetch
|
@ -316,7 +316,7 @@ main() {
|
||||||
# "info names" for output alignment. The option names and subtitles
|
# "info names" for output alignment. The option names and subtitles
|
||||||
# match 1:1 so this is thankfully simple.
|
# match 1:1 so this is thankfully simple.
|
||||||
for info; do
|
for info; do
|
||||||
type "get_$info" >/dev/null &&
|
command -v "get_$info" >/dev/null &&
|
||||||
info_length=$((${#info} > info_length ? ${#info} : info_length))
|
info_length=$((${#info} > info_length ? ${#info} : info_length))
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user