From 59108c061701d2e288d4a533a9bf8f27aa305d2e Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 23 Sep 2008 18:29:44 +0000 Subject: 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 --- scripts/download.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/download.pl') diff --git a/scripts/download.pl b/scripts/download.pl index 8934c5550..e63595497 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 # -- cgit v1.2.3