adding quotes to tab()

This commit is contained in:
Dale Campbell 2009-12-26 00:41:37 -06:00
parent 4e57305bdd
commit a8367b0df5

View file

@ -44,7 +44,7 @@ function tab() {
end
tell application "Terminal"
activate
do script with command "cd $PWD; $*" in window 1
do script with command "cd \"$PWD\"; $*" in window 1
end tell
EOF
}