]> granicus.if.org Git - fcron/commitdiff
use program env to handle cases where perl is not in /usr/bin
authorthib <thib>
Sun, 11 Jul 2004 18:10:06 +0000 (18:10 +0000)
committerthib <thib>
Sun, 11 Jul 2004 18:10:06 +0000 (18:10 +0000)
script/gen-in.pl
script/has_usrgrp.pl

index ed73abb963f372f8ed29219dabf8f75f3caba5ae..b5c340d49563b66b4693d648e4e8f17697d197fa 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # - read define assignations in config.h
 # - read variable assignations in Makefile
index 96f0e6ea82c8718ba860f7fffe6656601937ac60..aa3018314ad7a0523e09c431967c4ec151fea31d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 
 # call getpwnam() or getgrnam() to check if user or group (given as arg) exists
 #   on the system (getpwnam() and getgrnam() use nsswitch.conf, so it works