use #!/usr/bin/env perl instead of #!/usr/bin/perl in openwrt scripts (fixes #2998)

SVN-Revision: 12674
This commit is contained in:
Felix Fietkau 2008-09-23 18:29:44 +00:00
parent 69692e019a
commit 625b692c1f
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#
# Copyright (C) 2006 OpenWrt.org
#