From 4fb1f446ae83a0f493290ecb3afe28487609336d Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 30 Oct 2023 10:43:10 -0400 Subject: [PATCH] Fix slash count --- configs/shells/bash/macros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 7545b2b..76f4dd8 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -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"