Missing double-quote

This commit is contained in:
Chris Young 2012-12-09 19:16:47 +00:00
parent 70825a5ee2
commit 5ee1f09dd2

6
amiga/dist/Install vendored
View File

@ -474,9 +474,9 @@
(rename (tackon @default-dest "Resources/SearchEngines") (tackon @default-dest "Resources/SearchEngines.backup"))
)
(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\")
(run "c:filenote Rexx/ViewSource.nsrx \"View source\")
(run "c:filenote Rexx/GetVideo.nsrx \"Get video\")
(run "c:filenote Rexx/CloseTabs.nsrx \"Close other tabs\"")
(run "c:filenote Rexx/ViewSource.nsrx \"View source\"")
(run "c:filenote Rexx/GetVideo.nsrx \"Get video\"")
(copyfiles
(prompt "Copying files")