diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-03 16:24:06 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-12-03 16:24:06 -0800 |
commit | 63c72bf9a832284afd0c06f85a2d89c7e0cf8c82 (patch) | |
tree | f30a6684675c626a891cb6e1e0ace37eea56d88e | |
parent | 1e64d65f2aa75817294fe76937f0170bf8d4f81a (diff) | |
download | vyatta-cfg-system-63c72bf9a832284afd0c06f85a2d89c7e0cf8c82.tar.gz vyatta-cfg-system-63c72bf9a832284afd0c06f85a2d89c7e0cf8c82.zip |
Fix some file headers that cause build warnings
Debian build warnings on these files.
-rwxr-xr-x | scripts/install/install-functions | 2 | ||||
-rw-r--r-- | scripts/vyatta-load-user-key.pl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/install/install-functions b/scripts/install/install-functions index 29707dff..7f1269bb 100755 --- a/scripts/install/install-functions +++ b/scripts/install/install-functions @@ -1,3 +1,5 @@ +#! /bin/bash + # this provides environment and functions needed by install scripts. # must be sourced by the scripts. diff --git a/scripts/vyatta-load-user-key.pl b/scripts/vyatta-load-user-key.pl index ba436efe..c807c40b 100644 --- a/scripts/vyatta-load-user-key.pl +++ b/scripts/vyatta-load-user-key.pl @@ -1,4 +1,4 @@ -#! /bin/perl +#! /usr/bin/perl # **** License **** # This program is free software; you can redistribute it and/or modify |