]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Fri, 11 Jan 2013 04:13:20 +0000 (13:13 +0900)
committerPHO <pho@cielonegro.org>
Fri, 11 Jan 2013 04:13:20 +0000 (13:13 +0900)
dot-files/_zshenv

index 22fb32b13025e1d26aa9b6669567f6a52719fae4..ea29bd355c1810631df0e588d3b228899fde755c 100644 (file)
@@ -107,8 +107,13 @@ export CVS_RSH=ssh
 # sox
 export AUDIODRIVER=ao
 
+# Amazon EC2
+if [[ -e "$HOME/.ec2/environ.sh" ]]; then
+    . "$HOME/.ec2/environ.sh"
+fi
+
 # icc
-if [ -e /opt/intel/cce/latest/bin/iccvars.sh ]; then
+if [[ -e /opt/intel/cce/latest/bin/iccvars.sh ]]; then
     . /opt/intel/cce/latest/bin/iccvars.sh
     . /opt/intel/ipp/latest/em64t/tools/env/ippvarsem64t.sh
 fi