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:
91f004d
)
trying to wake up windows for cygwin.
author
Chris Koeritz
<fred@gruntose.com>
Tue, 21 Feb 2012 01:56:46 +0000
(20:56 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Tue, 21 Feb 2012 01:56:46 +0000
(20:56 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index 2eb0c6c4fe42d1f8a5d4ee7bfbb48014b16156d9..a4aa5010d56a4106e53274d94f16c4b7d72078ec 100644
(file)
--- a/
scripts/core/variables.sh
+++ b/
scripts/core/variables.sh
@@
-32,7
+32,7
@@
if [ "$OS" == "Windows_NT" ]; then
export HOME=/c/home
fi
# patch home to undo cygwin style of drive letter.
- export HOME=$(echo $HOME | sed -e 's/\/cygdrive\//\//g')
+
#
export HOME=$(echo $HOME | sed -e 's/\/cygdrive\//\//g')
# make the home folder if it doesn't exist yet.
if [ ! -d $HOME ]; then
mkdir $HOME