diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 03:22:16 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:30 +0700 |
commit | c9c757c2aa50781031293daee79aef046b96a843 (patch) | |
tree | 44095051c5477bbfcc4b031bc7ef3353676b2ddb /office/gnucash | |
parent | 67a2930b9d4199826fec2dcaf99c77322c0af434 (diff) |
office/gnucash: Standardize shebang.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/gnucash')
-rw-r--r-- | office/gnucash/gnucash.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/office/gnucash/gnucash.SlackBuild b/office/gnucash/gnucash.SlackBuild index 8599c535fa2a..1257563babfa 100644 --- a/office/gnucash/gnucash.SlackBuild +++ b/office/gnucash/gnucash.SlackBuild @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Slackware build script for gnucash |