Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2008-10-20 18:29:04 +0400
committerJonathan Pryor <jpryor@novell.com>2008-10-20 18:29:04 +0400
commit5f32669d482b1cb5bbab4608ca20485a16c2d9bf (patch)
tree59cb9cf32d9c87bfb17af9d3b358219e42fa6a81 /scripts
parent000a4db3e3ba9164527ca309f8f122cfbe13693a (diff)
* scripts/mod.in: Remove bash-isms.
svn path=/trunk/mono/; revision=116512
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mod.in b/scripts/mod.in
index 652ea0c7afb..49f402c0bdb 100644
--- a/scripts/mod.in
+++ b/scripts/mod.in
@@ -11,7 +11,7 @@ fi
MOD="@bindir@/@mono_interp@ $MONO_OPTIONS @mono_instdir@/@framework_version@/@exe_name@.exe"
-if `which lynx >& /dev/null` > /dev/null; then
+if `which lynx >/dev/null 2>&1` > /dev/null; then
$MOD "$1" | lynx -dump -stdin -force_html | ${PAGER:-more}
else
tmp=$HOME/.monodoc-tmp-$$