aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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