Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
31a57f22
Commit
31a57f22
authored
Nov 08, 2014
by
Dani Moncayo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-aux/msys-to-w32: Minor doc fixes.
parent
1e1f2237
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
build-aux/msys-to-w32
build-aux/msys-to-w32
+3
-4
No files found.
build-aux/msys-to-w32
View file @
31a57f22
#!/bin/bash
# Take a list of MSYS-compatible paths and convert them to native
# MS-Windows format.
# Convert a MSYS path list to Windows-native format.
# Status is zero if successful, nonzero otherwise.
# Copyright (C) 2013-2014 Free Software Foundation, Inc.
...
...
@@ -38,9 +37,9 @@ written to the standard output after performing these transformations:
Relative paths or paths starting with '%emacs_dir%' will be passed
verbatim to the standard output.
Each non existing absolute path
s
will be translated by looking for its
Each non existing absolute path will be translated by looking for its
deepest existing directory, which will be translated and the remainder
will be
appended.
appended.
Options:
--help display this help and exit
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment