From 917e7af9455ed55ed7892e5f76b582cd3e6de8ca Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 13 Feb 2022 21:03:52 -0800 Subject: [PATCH] python/*: Switch /bin/sh back to /bin/bash Signed-off-by: Willy Sudiarto Raharjo --- python/et_xmlfile/et_xmlfile.SlackBuild | 2 +- python/python3-openpyxl/python3-openpyxl.SlackBuild | 2 +- python/python3-patsy/python3-patsy.SlackBuild | 2 +- python/python3-seaborn/python3-seaborn.SlackBuild | 2 +- python/python3-statsmodels/python3-statsmodels.SlackBuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/et_xmlfile/et_xmlfile.SlackBuild b/python/et_xmlfile/et_xmlfile.SlackBuild index f1e4095ae9..2aea2e23f9 100644 --- a/python/et_xmlfile/et_xmlfile.SlackBuild +++ b/python/et_xmlfile/et_xmlfile.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for et_xmlfile diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild index b716fb56c1..7b2235489f 100644 --- a/python/python3-openpyxl/python3-openpyxl.SlackBuild +++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-openpyxl diff --git a/python/python3-patsy/python3-patsy.SlackBuild b/python/python3-patsy/python3-patsy.SlackBuild index e2f34e17bb..1dff3d6a30 100644 --- a/python/python3-patsy/python3-patsy.SlackBuild +++ b/python/python3-patsy/python3-patsy.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-patsy diff --git a/python/python3-seaborn/python3-seaborn.SlackBuild b/python/python3-seaborn/python3-seaborn.SlackBuild index db12e00549..abb48f95bd 100644 --- a/python/python3-seaborn/python3-seaborn.SlackBuild +++ b/python/python3-seaborn/python3-seaborn.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-seaborn diff --git a/python/python3-statsmodels/python3-statsmodels.SlackBuild b/python/python3-statsmodels/python3-statsmodels.SlackBuild index 9fba898736..6348d9e0c8 100644 --- a/python/python3-statsmodels/python3-statsmodels.SlackBuild +++ b/python/python3-statsmodels/python3-statsmodels.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for python3-statsmodels