wayland-egl/wayland-egl-symbols-check: do not mandate bash
[mesa.git] / src / egl / wayland / wayland-egl / wayland-egl-symbols-check
index 0c5fd09a012d082de092abddf08707603646bf2d..e7105ea5793784a7ca16d29ba7faa507ebeb2626 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 FUNCS=$(nm -D --defined-only ${1-.libs/libwayland-egl.so} | grep -o "T .*" | cut -c 3- | while read func; do
 ( grep -q "^$func$" || echo $func )  <<EOF