diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-11-29 12:57:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 12:57:08 +0100 |
| commit | 349b818d3fd4f568160537616857b9ff7d68d3aa (patch) | |
| tree | aa4deb3b74345abf0dd6584bd9e3139c5812e43d /fluid/app/shell_command.cxx | |
| parent | 725be0116f1d4dbcd64a99b555572341f2d29eda (diff) | |
Fluid: convert modal panels into tabs in the widget panel (#1339)
Diffstat (limited to 'fluid/app/shell_command.cxx')
| -rw-r--r-- | fluid/app/shell_command.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/app/shell_command.cxx b/fluid/app/shell_command.cxx index e0080dfd5..337d17e2f 100644 --- a/fluid/app/shell_command.cxx +++ b/fluid/app/shell_command.cxx @@ -79,12 +79,12 @@ On macOS, we can write Apple Scripts: - #!/usr/bin/env osascript - say "@BASENAME@" + #!/usr/bin/env osascript + say "@BASENAME@" - osascript <<EOD - say "spark" - EOD + osascript <<EOD + say "spark" + EOD osascript <<EOD tell application "Xcode" |
