You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/07/23 13:52:28 UTC

[5/7] git commit: Add runtime/c to dev env PATH under Cygwin

Add runtime/c to dev env PATH under Cygwin


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/dccf7255
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/dccf7255
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/dccf7255

Branch: refs/heads/master
Commit: dccf7255246d9356cffdd6e4ccf183b16c08ce48
Parents: 8b685dc
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Jul 22 20:47:21 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Jul 22 20:47:21 2014 +0200

----------------------------------------------------------------------
 devel/bin/setup_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/dccf7255/devel/bin/setup_env.sh
----------------------------------------------------------------------
diff --git a/devel/bin/setup_env.sh b/devel/bin/setup_env.sh
index 64efe54..377e62c 100644
--- a/devel/bin/setup_env.sh
+++ b/devel/bin/setup_env.sh
@@ -75,7 +75,7 @@ export PERL5LIB=`add_to_path "$PERL5LIB" "$runtime_dir/perl/blib/arch"`
 export PERL5LIB=`add_to_path "$PERL5LIB" "$runtime_dir/perl/blib/lib"`
 
 case `uname` in
-    MINGW*)
+    MINGW*|CYGWIN*)
         export PATH=`add_to_path "$PATH" "$runtime_dir/c"`
 	;;
     Darwin*)