diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2013-11-23 09:18:36 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-11-23 09:18:36 -0500 |
commit | 5106dc94102ff221bd04ce4a483ed4b68b629ff7 (patch) | |
tree | 4015d45c329c7f61de06f5cb76945e251ecff2f2 /system/bleachbit | |
parent | def70a67cb521b5ce510fea6d7b54607f8f038e1 (diff) |
various: Set hashbang line as /bin/sh.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/bleachbit')
-rw-r--r-- | system/bleachbit/bleachbit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/bleachbit/bleachbit.SlackBuild b/system/bleachbit/bleachbit.SlackBuild index e5e904e15c99..19dab69321c2 100644 --- a/system/bleachbit/bleachbit.SlackBuild +++ b/system/bleachbit/bleachbit.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SlackBuild script for bleachbit. |