diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-03 19:48:15 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-04 12:49:49 +0200 |
commit | fd9245fe0afce3ede6aa51b99d981bdf0552f9d2 (patch) | |
tree | e3609dbbb90d32d886077f64815046468548646f /system/clamav | |
parent | 2f27f579b440504c7677396ee8512239c3794c99 (diff) |
All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'system/clamav')
-rw-r--r-- | system/clamav/clamav.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/clamav/clamav.SlackBuild b/system/clamav/clamav.SlackBuild index 306374a7ac1f..b362ab4ec32c 100644 --- a/system/clamav/clamav.SlackBuild +++ b/system/clamav/clamav.SlackBuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2006,2007 Eric Hameleers <alien@slackware.com> # Copyright (c) 2011-2021 Matteo Bernardini <ponce@slackbuilds.org> |