diff options
Diffstat (limited to 'sci-biology/staden/files/staden-1.4.1-staden_help.new')
-rw-r--r-- | sci-biology/staden/files/staden-1.4.1-staden_help.new | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-biology/staden/files/staden-1.4.1-staden_help.new b/sci-biology/staden/files/staden-1.4.1-staden_help.new new file mode 100644 index 000000000000..4e371d848ce6 --- /dev/null +++ b/sci-biology/staden/files/staden-1.4.1-staden_help.new @@ -0,0 +1,5 @@ +#!/bin/sh + +[ -z ${BROWSER} ] \ + && echo 'staden_help: "BROWSER" environment variable not set.' && exit 1 \ + || ${BROWSER} ${STADENROOT}/doc/documentation.html |