Re: [PATCH] ipset: fix syntax error in bash completion and hyphen used as minus sign in manpage

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I forgot one thing,

Debian lintian still warns about syntax error unless set the #!/usr/bin/env
bash

commit cf145e19be6d27cb212f95ad6f384f
d3fad7bc6b

---
 utils/ipset_bash_completion/ipset_bash_completion | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/ipset_bash_completion/ipset_bash_completion
b/utils/ipset_bash_completion/ipset_bash_completion
index 69ba635..8a0b91d 100644
--- a/utils/ipset_bash_completion/ipset_bash_completion
+++ b/utils/ipset_bash_completion/ipset_bash_completion
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash

# -----------------------------------------------------------------
# Programmable completion code for ipset (netfilter.org)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux