data: Expect shell in /bin rather than /usr/bin

/bin is the canonical location for the bourne shell, not /usr/bin
(for systems that still stick with the historical split).

https://bugzilla.gnome.org/show_bug.cgi?id=786419
This commit is contained in:
Florian Müllner 2017-08-17 13:35:51 +02:00
parent f794b6c522
commit 5067ac1598

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/sh
srcdir=`dirname $0`
stamp=${1}