diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/scrot/scrot.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/scrot/scrot.SlackBuild b/graphics/scrot/scrot.SlackBuild index 99764166b8c1..6e74ccd5b7f9 100644 --- a/graphics/scrot/scrot.SlackBuild +++ b/graphics/scrot/scrot.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # Slackware build script for scrot @@ -24,8 +24,6 @@ # along with this program (most likely, a file named COPYING). If # not, see <http://www.gnu.org/licenses/>. -set -e - cd $(dirname $0) ; CWD=$(pwd) PRGNAM=scrot |