From 25e1a26f3ab1a142a256d67d88abdc7f7341a0d3 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 24 Nov 2010 12:00:51 -0800 Subject: Don't put sh-bang on bash completion script The bash completion scripts are special and should not have #! This fixes debian build warning as well. --- etc/bash_completion.d/vyatta-cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bash_completion.d') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index 110b563..32a5283 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -1,4 +1,4 @@ -#!/bin/bash +# vyatta bash configuration mode completion # **** License **** # This program is free software; you can redistribute it and/or modify -- cgit v1.2.3