python/*: Switch /bin/sh back to /bin/bash

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-02-13 21:03:52 -08:00 committed by Willy Sudiarto Raharjo
parent 62a98b99c9
commit 917e7af945
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for et_xmlfile

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for python3-openpyxl

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for python3-patsy

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for python3-seaborn

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for python3-statsmodels