- 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:
parent
f7d1c288af
commit
752fc2ce77
@ -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 "/"
|
||||
|
Loading…
Reference in New Issue
Block a user