From 62d3f7ba59ea89036962e08feacaa920f687cbbc Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 19 Feb 2013 08:43:39 +0100 Subject: scripts: remove CVS header from getent Signed-off-by: Bernhard Reutner-Fischer --- extra/scripts/getent | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/scripts/getent b/extra/scripts/getent index 30d515b7e..5c482a071 100755 --- a/extra/scripts/getent +++ b/extra/scripts/getent @@ -1,5 +1,4 @@ #!/bin/sh -# $Header: /var/cvs/uClibc/extra/scripts/getent,v 1.2 2005/02/02 14:18:01 solar Exp $ # # Closely (not perfectly) emulate the behavior of glibc's getent utility # @@ -9,7 +8,8 @@ # case-insensitive matches not supported (ethers; others?) # may return false-positives (hosts,protocols,rpc,services,ethers) -export PATH="${PATH}:/bin:/usr/bin" +[ -z "$PATH" ] && PATH="/bin:/usr/bin" || PATH="${PATH}:/bin:/usr/bin" +export PATH file="/etc/$1" case $1 in -- cgit v1.2.3