dependency test compatbility notice

This commit is contained in:
Mattias Andrée 2012-10-29 23:02:31 +01:00
parent 3ab6df71c2
commit 2d5aad7bfb
2 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,10 @@
#!/bin/sh #!/bin/sh
# Compatible with bash dash zsh
# but not with fish
br=0 # build required br=0 # build required
bs=0 # build recommended bs=0 # build recommended
bo=0 # build optional bo=0 # build optional

View file

@ -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 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. @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 @menu
* Required runtime dependencies:: Required runtime dependencies. * Required runtime dependencies:: Required runtime dependencies.