portability: use /bin/sh instead of /bin/bash

There is nothing requiring bash specific features in this script, so
just use /bin/sh which is portable amongst all Unices.

https://bugzilla.gnome.org/show_bug.cgi?id=679847
This commit is contained in:
Antoine Jacoutot 2012-07-13 13:51:24 +02:00
parent 985db40547
commit 3df3f0d9dc

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ -n "$GI_TYPELIB_PATH" ]; then
export GI_TYPELIB_PATH=@pkglibdir@