From 509eee9a214bd253080ed7a93c089e96205912e8 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 29 Oct 2017 22:58:50 -0400 Subject: [PATCH] fixed path for cygwin using cygdrive now instead of c: since rsync hates dos syntax. --- scripts/customize/fred/scripts/gamesaver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/customize/fred/scripts/gamesaver.sh b/scripts/customize/fred/scripts/gamesaver.sh index ce9cdb76..9831fd58 100644 --- a/scripts/customize/fred/scripts/gamesaver.sh +++ b/scripts/customize/fred/scripts/gamesaver.sh @@ -11,7 +11,7 @@ WINE_SOURCE_DIR="$HOME/wine_goods/My Games" SPOOLING_OUTPUT_DIR="$HOME/spooling_saves" if [ ! -d "$WINE_SOURCE_DIR" ]; then - WINE_SOURCE_DIR="c:/users/fred/My Documents/My Games" + WINE_SOURCE_DIR="/cygdrive/c/users/fred/My Documents/My Games" fi if [ ! -d "$WINE_SOURCE_DIR" ]; then echo "Failing to find the game save directories." -- 2.34.1