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 /python/python3-patsy/python3-patsy.SlackBuild | |
parent | 62a98b99c968c7398e33f6b72941851854c7a913 (diff) | |
download | slackbuilds-917e7af9455ed55ed7892e5f76b582cd3e6de8ca.tar.gz |
python/*: Switch /bin/sh back to /bin/bash
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-patsy/python3-patsy.SlackBuild')
-rw-r--r-- | python/python3-patsy/python3-patsy.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |