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:
parent
985db40547
commit
3df3f0d9dc
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
if [ -n "$GI_TYPELIB_PATH" ]; then
|
||||
export GI_TYPELIB_PATH=@pkglibdir@
|
||||
|
Loading…
Reference in New Issue
Block a user