From 625b692c1f6ee3494d489ee8f254b77de7585f1d Mon Sep 17 00:00:00 2001 From: Felix Fietkau 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) SVN-Revision: 12674 --- 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 e461521662..deac6ac6dd 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