fixed path for cygwin
authorChris Koeritz <fred@gruntose.com>
Mon, 30 Oct 2017 02:58:50 +0000 (22:58 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 30 Oct 2017 02:58:50 +0000 (22:58 -0400)
using cygdrive now instead of c: since rsync hates dos syntax.

scripts/customize/fred/scripts/gamesaver.sh

index ce9cdb762f4d5261d0ae2935da7513e06dd5717f..9831fd58ce3708123ed7c574f130a2cf50b3d028 100644 (file)
@@ -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."