From bab9e3ed89a5e44ed02702018b086fe560b2586f Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sat, 3 Jul 2021 10:26:33 +0200 Subject: *.SlackBuild: Change shebang to /bin/bash Signed-off-by: Heinz Wiesinger --- autotools-template.SlackBuild | 2 +- cmake-template.SlackBuild | 2 +- haskell-template.SlackBuild | 2 +- meson-template.SlackBuild | 2 +- perl-template.SlackBuild | 2 +- python-template.SlackBuild | 2 +- rubygem-template.SlackBuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/autotools-template.SlackBuild b/autotools-template.SlackBuild index ff59922..4c330b5 100644 --- a/autotools-template.SlackBuild +++ b/autotools-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/cmake-template.SlackBuild b/cmake-template.SlackBuild index 0f54d3b..2bda501 100644 --- a/cmake-template.SlackBuild +++ b/cmake-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/haskell-template.SlackBuild b/haskell-template.SlackBuild index 75527a0..77c6d4d 100644 --- a/haskell-template.SlackBuild +++ b/haskell-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/meson-template.SlackBuild b/meson-template.SlackBuild index 7ef67be..841d880 100644 --- a/meson-template.SlackBuild +++ b/meson-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/perl-template.SlackBuild b/perl-template.SlackBuild index 2521e76..b176454 100644 --- a/perl-template.SlackBuild +++ b/perl-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/python-template.SlackBuild b/python-template.SlackBuild index 2f76eba..5ec4def 100644 --- a/python-template.SlackBuild +++ b/python-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for diff --git a/rubygem-template.SlackBuild b/rubygem-template.SlackBuild index 1c5543f..28ce5a4 100644 --- a/rubygem-template.SlackBuild +++ b/rubygem-template.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for -- cgit v1.2.3