diff options
Diffstat (limited to 'system/posixovl')
-rw-r--r-- | system/posixovl/posixovl.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/posixovl/posixovl.SlackBuild b/system/posixovl/posixovl.SlackBuild index 9512761ddafee..be8ae05e66a49 100644 --- a/system/posixovl/posixovl.SlackBuild +++ b/system/posixovl/posixovl.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # Slackware build script for posixovl # @@ -29,8 +29,6 @@ # top-level directory now has the version number in it). Also, fix # compliation on 15.0 and stop installing the install instructions. -set -e - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=posixovl |