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/slugimage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/slugimage.pl') diff --git a/scripts/slugimage.pl b/scripts/slugimage.pl index e46152166..deac6ac6d 100755 --- a/scripts/slugimage.pl +++ b/scripts/slugimage.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # # SlugImage : Manipulate NSLU2 firmware images # Dwayne Fontenot (jacques) -- cgit v1.2.3