summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 19:16:47 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-09 19:16:47 +0000
commit5ee1f09dd2f1535613d1ad88359150f4c6ac53b6 (patch)
tree188ec751c1273ad1dbf2b53602d38d4fa71f0589
parent70825a5ee24ead041bc331b13e00ae5f86f458c0 (diff)
downloadnetsurf-5ee1f09dd2f1535613d1ad88359150f4c6ac53b6.tar.gz
netsurf-5ee1f09dd2f1535613d1ad88359150f4c6ac53b6.tar.bz2
Missing double-quote
-rwxr-xr-xamiga/dist/Install6
1 files changed, 3 insertions, 3 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index bb8f737b5..e32096498 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -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")