diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-09-23 18:29:44 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-09-23 18:29:44 +0000 |
commit | 0f823928b68d8cdb5da0e455aa777a6918dfea73 (patch) | |
tree | ca58333daf90b49d920b72e4eda1cd988deab9a4 /scripts/download.pl | |
parent | bfc73dadf20b5b1b12985977f60e002eb7bf6fff (diff) | |
download | upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.gz upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.bz2 upstream-0f823928b68d8cdb5da0e455aa777a6918dfea73.zip |
use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12674 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-x | scripts/download.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index 8934c55500..e63595497f 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # Copyright (C) 2006 OpenWrt.org # |