From: Stephane Glondu <steph@glondu.net>
Date: Sun, 15 Jun 2008 15:41:01 +0200
Subject: [PATCH] Change perl path in shebang

---
 tools/sl2rdbl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/sl2rdbl b/tools/sl2rdbl
index dd3c9f6..bf62f61 100755
--- a/tools/sl2rdbl
+++ b/tools/sl2rdbl
@@ -1,4 +1,4 @@
-#!/pkg/utils/bin/perl5.002
+#!/usr/bin/perl
 # (C) 1994 Ulrich Callmeier
 # Slip To Readable
 # Converts output of nacctd to a somewhat more readable form
-- 
