From: Mark Huang Date: Fri, 19 Jan 2007 20:04:20 +0000 (+0000) Subject: use input redirection X-Git-Tag: planetlab-4_0-rc1~38 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=e951226571900c068d805fcbe95da3f958555b98 use input redirection --- diff --git a/plc.d/functions b/plc.d/functions index b407217..15318f0 100644 --- a/plc.d/functions +++ b/plc.d/functions @@ -5,7 +5,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: functions,v 1.6 2006/07/10 21:05:37 mlhuang Exp $ +# $Id: functions,v 1.7 2007/01/19 17:12:45 mlhuang Exp $ # export PATH=/sbin:/bin:/usr/bin:/usr/sbin @@ -84,9 +84,7 @@ symlink () lower () { if [ ${#*} -ge 1 ] ; then - tr A-Z a-z <