freebsd-ports/sysutils/bacula11-server/files/patch-scripts_baculabackupreport.in
Dan Langille d940a08a91 Fix the patch for scripts/baculabackupreport.in
This is not bash, it's dash, a shell compatible with /bin/sh
2021-03-30 17:30:34 +00:00

8 lines
168 B
Text

--- scripts/baculabackupreport.in.orig 2021-03-29 18:24:27 UTC
+++ scripts/baculabackupreport.in
@@ -1,4 +1,4 @@
-#!/bin/dash
+#!/bin/sh
#
# baculabackupreport.sh
#