Skip to content

Commit 6daf3c8

Browse files
committed
Fix shebang
/bin/env doesn't exist on ubuntu 18.04
1 parent 63f9fa9 commit 6daf3c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/probes/rpm/rpmverify/test_probes_rpmverify_not_equals_operation.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22

33
. $builddir/tests/test_common.sh
44

tests/probes/rpm/rpmverify/test_probes_rpmverify_not_equals_operation_offline.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22

33
. $builddir/tests/test_common.sh
44
. $srcdir/../rpm_common.sh

tests/probes/rpm/rpmverifypackage/rpmverifypackage.xml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22

33
# This template generates OVAL definitions for rpmverifypackage_object.
44

0 commit comments

Comments
 (0)