mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
Fix skype.sh launcher script, using "$@" instead of the unsafe $@, and fixing its shebang line to /bin/sh.
2 lines
95 B
Bash
2 lines
95 B
Bash
#!/bin/sh
|
|
exec %%VIDEO%%%%PREFIX%%/%%SKYPEDIR%%/skype --resources=%%PREFIX%%/%%SKYPEDIR%% "$@"
|