From 4284307579021af67a92d3f306f840b79da31764 Mon Sep 17 00:00:00 2001 From: jostber Date: Wed, 3 Apr 2013 13:48:23 +0200 Subject: [PATCH] Updated cygwin code to start file explorer correctly --- bin/autojump.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/autojump.bash b/bin/autojump.bash index 2d6580b..1bc4940 100644 --- a/bin/autojump.bash +++ b/bin/autojump.bash @@ -111,7 +111,7 @@ function jo { open "$(autojump $@)" ;; cygwin) - cmd /C start "" $(cygpath -w -a $(pwd)) + cygstart "" $(cygpath -w -a $(pwd)) ;; *) echo "Unknown operating system." 1>&2