From fa83190a8f8445c4f3d5cad20bae0ea637a62d52 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 14 Apr 2011 10:37:02 -0700 Subject: [PATCH] update SSA path, remove unused SSA stuff --- zsh/zshrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/zshrc b/zsh/zshrc index 5924a0c..c4ac62c 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,12 +8,8 @@ function mac() { [[ "$uname" = "Darwin" ]] } # =================== [ -d /usr/local/riak ] && export RIAK=/usr/local/riak -[ -d ~/Projects/cappuccino/Build ] && export CAPP_BUILD=~/Projects/cappuccino/Build [ -d ~/Projects/ssa/SSA-ios/Applications/SSA ] && export SSA=~/Projects/ssa/SSA-ios/Applications/SSA [ -d ~/Projects/Xcode-build ] && export XCODE_BUILD=~/Projects/Xcode-build -if which narwhal-jsc >/dev/null 2>&1; then - export NARWHAL_ENGINE=jsc -fi if mac; then # for riak and possibly building javascriptcore