aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Moncayo2014-11-08 16:27:34 +0100
committerDani Moncayo2014-11-08 16:27:34 +0100
commit31a57f2215330a772b8d7f1fa444ce14aa107582 (patch)
tree83bd9bc2817eab09947a797b3f38a7200435ce64
parent1e1f2237cd3bcb66158756c17e6f405a36e12254 (diff)
downloademacs-31a57f2215330a772b8d7f1fa444ce14aa107582.tar.gz
emacs-31a57f2215330a772b8d7f1fa444ce14aa107582.zip
build-aux/msys-to-w32: Minor doc fixes.
-rwxr-xr-xbuild-aux/msys-to-w327
1 files changed, 3 insertions, 4 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index cc64ce722b7..f8c37222889 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -1,6 +1,5 @@
1#!/bin/bash 1#!/bin/bash
2# Take a list of MSYS-compatible paths and convert them to native 2# Convert a MSYS path list to Windows-native format.
3# MS-Windows format.
4# Status is zero if successful, nonzero otherwise. 3# Status is zero if successful, nonzero otherwise.
5 4
6# Copyright (C) 2013-2014 Free Software Foundation, Inc. 5# Copyright (C) 2013-2014 Free Software Foundation, Inc.
@@ -38,9 +37,9 @@ written to the standard output after performing these transformations:
38Relative paths or paths starting with '%emacs_dir%' will be passed 37Relative paths or paths starting with '%emacs_dir%' will be passed
39verbatim to the standard output. 38verbatim to the standard output.
40 39
41Each non existing absolute paths will be translated by looking for its 40Each non existing absolute path will be translated by looking for its
42deepest existing directory, which will be translated and the remainder 41deepest existing directory, which will be translated and the remainder
43will be appended. 42appended.
44 43
45Options: 44Options:
46 --help display this help and exit 45 --help display this help and exit