Search found 1 match

by romulusblip
13 Dec 2024, 22:03
Forum: Help
Topic: Shell Script Parameters Not Expanding Correctly on macOS
Replies: 0
Views: 306

Shell Script Parameters Not Expanding Correctly on macOS

Hello,

I’m facing an issue where my macOS shell script is being triggered on completion, but the parameters are not resolving as expected. I’m calling the script like this:

runoncompletion.sh "%local_path%" "%local_path2%"

However, when I print the parameters inside runoncompletion.sh, they ...