1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/Mk/Scripts
Mathieu Arnold d605296d6e SC2145: Argument mixes string and array. Use * or separate argument.
The behavior when concatenating a string and array is rarely intended.
The preceeding string is prefixed to the first array element, while the
succeeding string is appended to the last one. The middle array elements
are unaffected.

For example, with the parameters foo,bar,baz, "--flag=$@" is equivalent
to the three arguments "--flag=foo" "bar" "baz".

PR:		227109
Submitted by:	mat
Sponsored by:	Absolight
2018-06-01 16:20:22 +00:00
..
actual-package-depends.sh
cargo-crates.awk
check_leftovers.sh
check-desktop-entries.sh Extract desktop-categories, check-desktop-entries, and install-desktop-entries into scripts. 2018-01-28 08:25:06 +00:00
check-stagedir.sh
check-vulnerable.sh
checksum.sh
create-manifest.sh
depends-list.sh
desktop-categories.sh Extract desktop-categories, check-desktop-entries, and install-desktop-entries into scripts. 2018-01-28 08:25:06 +00:00
dialog4ports.sh
do-depends.sh
do-fetch.sh Remove leftover debugging 2018-02-21 21:26:46 +00:00
do-patch.sh
do-users-groups.sh
find-lib.sh
functions.sh SC2145: Argument mixes string and array. Use * or separate argument. 2018-06-01 16:20:22 +00:00
generate-symbols.sh SC2145: Argument mixes string and array. Use * or separate argument. 2018-06-01 16:20:22 +00:00
install-desktop-entries.sh Extract desktop-categories, check-desktop-entries, and install-desktop-entries into scripts. 2018-01-28 08:25:06 +00:00
makesum.sh
plist_sub_sed_sort.sh
ports_env.sh
qa.sh SC2145: Argument mixes string and array. Use * or separate argument. 2018-06-01 16:20:22 +00:00
security-check.awk
smart_makepatch.sh