mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
85fb3e7df8
The bash script tried to verify the existence of a file, but there were several fils fitting the wildcard expression. So, [ -e .../*gcc ]; was interpreted as if it had too many arguments. Replaced that expression by a count of files. Fixes #8493.