diff options
author | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-06-18 10:45:00 -0700 |
---|---|---|
committer | Saurabh Mohan <saurabh.mohan@vyatta.com> | 2012-06-18 10:45:00 -0700 |
commit | a04b19ebbb19c8a9669e01790ae3ae2aff8189bf (patch) | |
tree | 636239fc1ee489afc7ba1edeeb1bf2013a85752a /scripts | |
parent | 52f4ccb4394c2ee7a49feb589c991449ad4a0c05 (diff) | |
download | vyatta-cfg-vpn-a04b19ebbb19c8a9669e01790ae3ae2aff8189bf.tar.gz vyatta-cfg-vpn-a04b19ebbb19c8a9669e01790ae3ae2aff8189bf.zip |
Bugfix: 8015: supress perl warnings.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vpn-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index 2d5b78f..72f9e9c 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl # # Module: vpn-config.pl # |