Skip to content

Commit 53344bc

Browse files
committed
please.sh: make cygpath a top-level command
... because it makes debugging easier... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent fe88392 commit 53344bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

please.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ unset ORIGINAL_PATH
5151
# We really only use -w, -am and -au in please.sh, so that's what we
5252
# support here
5353

54-
cygpath () {
54+
cygpath () { # [<short-options>] <path>
5555
test $# = 2 ||
5656
die "This minimal cygpath drop-in cannot handle '%s'\n" "$*"
5757

0 commit comments

Comments
 (0)