Skip to content

hooks: pre-commit: Remove warning on dash

Chris White requested to merge cxw42/gstreamer:issue627 into master

test -v is a bash-only feature. Use a test also supported on dash so the hook can run without errors on Debian/Ubuntu systems using dash as /bin/sh.

Fixes #627

Merge request reports