aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-09-23 18:29:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-09-23 18:29:44 +0000
commit0f823928b68d8cdb5da0e455aa777a6918dfea73 (patch)
treeca58333daf90b49d920b72e4eda1cd988deab9a4 /scripts/download.pl
parentbfc73dadf20b5b1b12985977f60e002eb7bf6fff (diff)
downloadmaster-187ad058-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.gz
master-187ad058-0f823928b68d8cdb5da0e455aa777a6918dfea73.tar.bz2
master-187ad058-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-xscripts/download.pl2
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
#