fixed ntabness

This commit is contained in:
Carter Tazio Schonwald 2011-08-16 20:48:24 -04:00
commit f1179bd94c

View file

@ -34,7 +34,7 @@ if [[ $TERM_PROGRAM != iTerm.app ]]; then
end
tell application \"Terminal\"
activate
do script with command \"cd \\\"$ThisDirectory\\\"\" in window 1
do script with command \"cd \\\"$PWD\\\";cd \\\"$ThisDirectory\\\"\" in window 1
end tell"
return 1
else