diff options
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" |
