From 2d5aad7bfbe30e36e589ced02d51166c9719d0d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Andr=C3=A9e?= Date: Mon, 29 Oct 2012 23:02:31 +0100 Subject: [PATCH] dependency test compatbility notice --- dependency-test.sh | 5 +++++ manuals/ponysay.texinfo | 3 +++ 2 files changed, 8 insertions(+) diff --git a/dependency-test.sh b/dependency-test.sh index 8016a766..a989cf7c 100755 --- a/dependency-test.sh +++ b/dependency-test.sh @@ -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 diff --git a/manuals/ponysay.texinfo b/manuals/ponysay.texinfo index 3b920211..2f8551e1 100644 --- a/manuals/ponysay.texinfo +++ b/manuals/ponysay.texinfo @@ -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.