diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 12:00:51 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-24 12:00:51 -0800 |
commit | 25e1a26f3ab1a142a256d67d88abdc7f7341a0d3 (patch) | |
tree | 7c48db81751d6f31b0663c7ede21908719aaee91 /etc | |
parent | 34697096a23ca200ab4799f9d5a2d1054c9de3f7 (diff) | |
download | vyatta-cfg-25e1a26f3ab1a142a256d67d88abdc7f7341a0d3.tar.gz vyatta-cfg-25e1a26f3ab1a142a256d67d88abdc7f7341a0d3.zip |
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.
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/bash_completion.d/vyatta-cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |