projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60e7a2
)
fixed path for cygwin
author
Chris Koeritz
<fred@gruntose.com>
Mon, 30 Oct 2017 02:58:50 +0000
(22:58 -0400)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/scripts/customize/fred/scripts/gamesaver.sh
b/scripts/customize/fred/scripts/gamesaver.sh
index ce9cdb762f4d5261d0ae2935da7513e06dd5717f..9831fd58ce3708123ed7c574f130a2cf50b3d028 100644
(file)
--- 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."