Package: fbb / 7.07-3

01-fix-bashisms Patch series | download
1
2
3
4
5
6
7
8
9
10
11
Fix Bashism in script by explicitly running bash.
Author: Colin Tuckley colint@debian.org

--- a/scripts/fbb.in
+++ b/scripts/fbb.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 FBBCONF=@sysconfdir@/ax25/fbb
 CONFDIR=@sysconfdir@/ax25/fbb
 DATADIR=@localstatedir@/ax25/fbb