From: Chris Koeritz Date: Mon, 30 Oct 2017 02:58:50 +0000 (-0400) Subject: fixed path for cygwin X-Git-Tag: 2.140.90~123 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=509eee9a214bd253080ed7a93c089e96205912e8;p=feisty_meow.git fixed path for cygwin using cygdrive now instead of c: since rsync hates dos syntax. --- 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."