system/posixovl: Fix shebang.

Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-21 14:02:04 -04:00 committed by David Spencer
parent b0ee2df992
commit f27d7469ad
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh -e
#!/bin/sh
#
# Slackware build script for posixovl
#
@ -22,6 +22,8 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set -e
PRGNAM=posixovl
VERSION=${VERSION:-1.2}
BUILD=${BUILD:-1}