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 /accessibility/pastebinit | |
parent | def70a67cb521b5ce510fea6d7b54607f8f038e1 (diff) | |
download | slackbuilds-5106dc94102ff221bd04ce4a483ed4b68b629ff7.tar.gz |
various: Set hashbang line as /bin/sh.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'accessibility/pastebinit')
-rw-r--r-- | accessibility/pastebinit/pastebinit.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/pastebinit/pastebinit.SlackBuild b/accessibility/pastebinit/pastebinit.SlackBuild index acc3bd8e9c..149adee8dd 100644 --- a/accessibility/pastebinit/pastebinit.SlackBuild +++ b/accessibility/pastebinit/pastebinit.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Slackware build script for pastebinit |