1
0
Fork 0

adding quotes to tab()

pull/4/head
Dale Campbell 15 years ago
parent 4e57305bdd
commit a8367b0df5

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

Loading…
Cancel
Save