diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-30 14:53:57 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-07-30 14:53:57 -0700 |
commit | f5553dcfb12f600dad8f766be887e9cd18d68847 (patch) | |
tree | 70316c2ed7d485c8b55b59ae3dfbc9db75d52422 /etc/bash_completion.d | |
parent | 363464a3815cd59dea763f05069e94cdc1107726 (diff) | |
download | vyatta-cfg-f5553dcfb12f600dad8f766be887e9cd18d68847.tar.gz vyatta-cfg-f5553dcfb12f600dad8f766be887e9cd18d68847.zip |
mark vyatta-cfg as bash not sh script
This gets rid of a build error from lintian
Diffstat (limited to 'etc/bash_completion.d')
-rwxr-xr-x | etc/bash_completion.d/20vyatta-cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/20vyatta-cfg b/etc/bash_completion.d/20vyatta-cfg index 3b523bd..d829693 100755 --- a/etc/bash_completion.d/20vyatta-cfg +++ b/etc/bash_completion.d/20vyatta-cfg @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # **** License **** # This program is free software; you can redistribute it and/or modify |