1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 05:50:24 +00:00
QB64-PE/internal/c/parts
Matthew Kilgore f73a1da97d Fix osascript escaping on Mac OS
Escaping the osascript commands requires two layers of escaping: One for the
script itself, and one for the sh arguments.

For the script itself, we simply have to escape the " character with \". When
then take the result of that and escape it sutably for sh arguments in single
quotes. We already have a function for that so we simply call that to do the
job.
2022-11-07 02:43:29 -05:00
..
audio Move qbs_new_txt_len() declaration to libqb.h 2022-10-23 18:23:35 +05:30
core Remove old build system 2022-05-19 09:17:13 -04:00
gui Fix osascript escaping on Mac OS 2022-11-07 02:43:29 -05:00
input/game_controller Fix compilation with DEP_DEVICEINPUT 2022-06-09 21:30:37 -04:00
network (Automated push) Update internal/source/* from qb64.bas 2015-08-02 05:12:44 -07:00
video Fix common dialogs build.mk bug 2022-10-23 22:44:39 +05:30
zlib Format other various source files 2022-05-06 13:20:30 -04:00