diff options
author | B. Watson <urchlay@slackware.uk> | 2023-02-14 02:29:32 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:07:08 +0700 |
commit | e148bdfd16958217421b525a25886a1f0c04fccd (patch) | |
tree | 014540ab63e662aa8fbf7752fe4da5e02436a1a9 /system/posixovl | |
parent | 85100cdfd1b56d247e771e76bec0750b4c2fc9a0 (diff) |
system/posixovl: Align with template.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |