diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-13 21:03:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 12:47:40 +0700 |
commit | 917e7af9455ed55ed7892e5f76b582cd3e6de8ca (patch) | |
tree | 95afc1051df058461e1fd39daac7001774858555 | |
parent | 62a98b99c968c7398e33f6b72941851854c7a913 (diff) |
python/*: Switch /bin/sh back to /bin/bash
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 files changed, 5 insertions, 5 deletions
diff --git a/python/et_xmlfile/et_xmlfile.SlackBuild b/python/et_xmlfile/et_xmlfile.SlackBuild index f1e4095ae920..2aea2e23f91c 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 b716fb56c163..7b2235489f2c 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 e2f34e17bbcf..1dff3d6a30b3 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 db12e0054990..abb48f95bdc5 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 9fba89873645..6348d9e0c8ce 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 |