1

Fix slash count

This commit is contained in:
Evan Pratten 2023-10-30 10:43:10 -04:00
parent 0f1994f2a0
commit 4fb1f446ae

View File

@ -213,7 +213,7 @@ guru-shell() {
# Figure out the appropriate prefix
if [ $(uname -o | grep -c Msys) -gt 0 ]; then
s_drive="S://"
s_drive="S:/"
pathsep=";"
else
s_drive="//qs/resources"