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:
03ca9bd
)
of course the feature doesn't even work anyway. nodosfilewarning has no effect even...
author
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Mar 2012 15:44:34 +0000
(10:44 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Mar 2012 15:44:34 +0000
(10:44 -0500)
placed in the ~/.bashrc before any of my script code. cygwin does suck.
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index 995fd0b360bc18b62f0d263d1b1b782a5a16b8a3..1a9d5b396f5418845033bdaa15820c40da676acb 100644
(file)
--- a/
scripts/core/variables.sh
+++ b/
scripts/core/variables.sh
@@
-158,8
+158,6
@@
if [ -z "$NECHUNG" ]; then
if [ "$OS" == "Windows_NT" ]; then
export HOSTNAME=$(echo $HOSTNAME | tr A-Z a-z)
- # turn off warnings about files in dos format. give up cygwin, you're on dos/windows.
- export CYGWIN=nodosfilewarning
fi
##############