summaryrefslogtreecommitdiff
path: root/src/roff/nroff
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-01-28 08:29:26 +0000
committerwlemb <wlemb>2003-01-28 08:29:26 +0000
commit61db599eb999f38f54c3e5f260b9d8437f393ae5 (patch)
tree5b358b7743007fa42948c5b3c264588cd0a2fd31 /src/roff/nroff
parent0354cdb0e9405e4087f496294a857111cb19d330 (diff)
downloadgroff-61db599eb999f38f54c3e5f260b9d8437f393ae5.tar.gz
* src/utils/indxbib/indxbib.cc (main) [__EMX__]: Check with
`access' before calling `unlink'. (do_file): Handle __EMX__. * src/include/nonposix.h: Handle __EMX__. * Makefile.in (SEP): New variable; set to @PATH_SEPARATOR@. (fontpath,tmacpath): Use it. * src/preproc/eqn/neqn.sh, src/roff/nroff/nroff.sh: Use @PATH_SEPARATOR@.
Diffstat (limited to 'src/roff/nroff')
-rw-r--r--src/roff/nroff/nroff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/nroff/nroff.sh b/src/roff/nroff/nroff.sh
index 2d0628f0..03ff4666 100644
--- a/src/roff/nroff/nroff.sh
+++ b/src/roff/nroff/nroff.sh
@@ -86,6 +86,6 @@ done
: ${GROFF_BIN_PATH=@BINDIR@}
export GROFF_BIN_PATH
-PATH=$GROFF_BIN_PATH:$PATH groff -mtty-char $T $opts ${1+"$@"}
+PATH=$GROFF_BIN_PATH@PATH_SEPARATOR@$PATH groff -mtty-char $T $opts ${1+"$@"}
# eof