Skip to content

Commit

Permalink
Merge pull request KhronosGroup#2339 from jeroenbakker-atmind/improve…
Browse files Browse the repository at this point in the history
…/fetch-dependencies

Improve fetchDependencies
  • Loading branch information
billhollings authored Sep 18, 2024
2 parents b3721a4 + ee83278 commit 1c0b0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetchDependencies
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ while (( "$#" )); do
GLSLANG_ROOT=$2
shift 2
;;
-*|--*=)
*)
echo "Error: Unsupported option $1" >&2
exit 1
;;
Expand Down

0 comments on commit 1c0b0f2

Please sign in to comment.