texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7543] commit change use : as path sep


From: gavinsmith0123
Subject: [7543] commit change use : as path sep
Date: Sat, 10 Dec 2016 10:25:02 +0000 (UTC)

Revision: 7543
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7543
Author:   gavin
Date:     2016-12-10 10:25:02 +0000 (Sat, 10 Dec 2016)
Log Message:
-----------
commit change use : as path sep

Modified Paths:
--------------
    trunk/info/t/Init-inter.inc

Modified: trunk/info/t/Init-inter.inc
===================================================================
--- trunk/info/t/Init-inter.inc 2016-12-10 10:11:27 UTC (rev 7542)
+++ trunk/info/t/Init-inter.inc 2016-12-10 10:25:02 UTC (rev 7543)
@@ -21,15 +21,7 @@
 
 #  we may look up whether a couple of utilities exist.
 
-# Systems which define $COMSPEC or $ComSpec use semicolons to separate
-# directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC
-# might be inherited, but : is used.
-if test -n "$COMSPEC$ComSpec" \
-   && uname | $EGREP -iv 'cygwin|mingw|djgpp' >/dev/null; then
-  path_sep=";"
-else
-  path_sep=":"
-fi
+path_sep=":"
 
 # findprog PROG - Return true if PROG is somewhere in PATH, else false.
 findprog ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]