mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
dependency test compatbility notice
This commit is contained in:
parent
3ab6df71c2
commit
2d5aad7bfb
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Compatible with bash dash zsh
|
||||
# but not with fish
|
||||
|
||||
|
||||
|
||||
br=0 # build required
|
||||
bs=0 # build recommended
|
||||
bo=0 # build optional
|
||||
|
|
|
@ -871,6 +871,9 @@ transparent background, and pixelated are the properties that makes a picture go
|
|||
|
||||
We have provided a script that should run one most, if not all shells, named
|
||||
@file{./dependency-test.sh} that will help you track down any missing package.
|
||||
The script works in @command{bash}, @command{dash} and @command{zsh}, but not
|
||||
in @command{fish}, so case you @command{sh} links to @command{fish}, run
|
||||
@command{bash dependency-test.sh} (or with one of the other compatible shells.)
|
||||
|
||||
@menu
|
||||
* Required runtime dependencies:: Required runtime dependencies.
|
||||
|
|
Loading…
Reference in a new issue