commit | 2e14a748061921f1f656b07890c4932f97c2baaa | [log] [tgz] |
---|---|---|
author | David Ward <david.ward@ll.mit.edu> | Sun Apr 29 16:47:03 2012 -0400 |
committer | David Lamparter <equinox@diac24.net> | Mon Apr 30 16:13:47 2012 +0200 |
tree | 2504229d38766059cb139793348eec4d30c15e58 | |
parent | fac3c2453a06bce773a3f4ae6834f5f9a317b88c [diff] [blame] |
tools: use standard interpreter path in all Perl scripts Signed-off-by: David Ward <david.ward@ll.mit.edu> [changed /usr/bin/perl to /usr/bin/env perl] Signed-off-by: David Lamparter <equinox@diac24.net>
diff --git a/tools/zc.pl b/tools/zc.pl index 026e8fe..5307fa3 100755 --- a/tools/zc.pl +++ b/tools/zc.pl
@@ -1,4 +1,4 @@ -#! /usr/bin/perl +#!/usr/bin/env perl ## ## Zebra interactive console ## Copyright (C) 2000 Vladimir B. Grebenschikov <vova@express.ru>