- from Br'fin, patch #642397: Applescript:Fix to handle spaces in path

This patch fixes bochs.applescript to handle a case where there are
  spaces in the current path.
This commit is contained in:
Bryce Denney 2002-11-23 12:21:38 +00:00
parent f7d1c288af
commit 752fc2ce77

View File

@ -11,7 +11,7 @@ set the script_path to the text_item_list as string
tell application "Terminal"
activate
do script "cd " & script_path & ";" & bochs_path
do script "cd \"" & script_path & "\";" & bochs_path
-- Wait for Terminal to change the name first, then change it to ours
delay 1
set AppleScript's text item delimiters to "/"