There was an error while loading. Please reload this page.
1 parent 99691da commit ec390dcCopy full SHA for ec390dc
1 file changed
template/justfile
@@ -1,8 +1,8 @@
1
# ============ Hint for for Windows Users ============
2
3
-# On Windows the "sh" shell that comes with Git for Windows should be used.
+# On Windows the "bash" shell that comes with Git for Windows should be used.
4
# If it is not on path, provide the path to the executable in the following line.
5
-#set windows-shell := ["C:/Program Files/Git/usr/bin/sh", "-cu"]
+#set windows-shell := ["C:/Program Files/Git/bin/bash", "-cu"]
6
7
# ============ Variables used in recipes ============
8
0 commit comments