diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-14 12:52:34 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 09:12:00 +0700 |
commit | 8be7a5308f5c0e5ee6c4ff0a0ea8950e2c7c9ad3 (patch) | |
tree | a8a8172c5e03c192b5b03933774de896748c0116 /system | |
parent | 462fa2cad7ede038404532c4152db35f054acc74 (diff) |
system/pass-import: Switch /bin/sh back to /bin/bash
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/pass-import/pass-import.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pass-import/pass-import.SlackBuild b/system/pass-import/pass-import.SlackBuild index f8cfa4404c8a7..e68b9db372e5a 100644 --- a/system/pass-import/pass-import.SlackBuild +++ b/system/pass-import/pass-import.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Slackware build script for pass-import |