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:
ccfe686
)
added variable to shut cygwin obnoxious dos path warnings up.
author
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Mar 2012 15:31:54 +0000
(10:31 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 7 Mar 2012 15:31:54 +0000
(10:31 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index d71d6a4302c30d4ffded82c7c0e73095a36a7dd7..f97356c92a8c316281712d391baf2e96085b14d3 100644
(file)
--- a/
scripts/core/variables.sh
+++ b/
scripts/core/variables.sh
@@
-161,6
+161,8
@@
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 nodosfilewarning=1
fi
##############