From a79d6b269bd54ad7c2517f256409495039f59ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20D=C3=B6rbandt?= Date: Tue, 14 May 2024 19:33:12 +0200 Subject: [PATCH] Adjust known terminal command for Mac --- .../instance/knownTerminalCommands.st | 2 +- .../FileSystemGitRepository.class/methodProperties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st b/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st index fb540c9cf..294f33294 100644 --- a/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st +++ b/src/FileSystem-Git.package/FileSystemGitRepository.class/instance/knownTerminalCommands.st @@ -13,7 +13,7 @@ knownTerminalCommands 'konsole -e {}'. 'lxterminal -e {}'. 'mate-terminal -x {}'. - 'osascript -e ''tell app "Terminal" to do script "{'':\'',":\"}"'''. + 'osascript -e ''tell app "Terminal" to do script "{":\",'':''"''"''}"'''. 'st -e {}'. 'terminator -x {}'. 'terminology -e {quote}'. diff --git a/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json b/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json index 83653d33a..f1f0621e1 100644 --- a/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json +++ b/src/FileSystem-Git.package/FileSystemGitRepository.class/methodProperties.json @@ -27,7 +27,7 @@ "head" : "jr 8/13/2020 23:10", "headReference" : "jr 3/4/2020 00:47", "initializeOn:" : "MaxLeske 7/23/2010 09:59", - "knownTerminalCommands" : "mad 4/3/2024 16:30", + "knownTerminalCommands" : "mad 5/14/2024 19:06", "orphanedHead" : "jr 1/29/2017 22:52", "performTerminalCommandTemplateReplacement:in:" : "mad 4/3/2024 16:18", "pruneRefs:keep:" : "mad 4/7/2024 14:44",