From: dkk Date: Fri, 16 Feb 1996 20:08:50 +0000 (+0000) Subject: Hopefully tr will work correctly on all platforms now... X-Git-Tag: OPSSRC_BASE~4 X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/caf23b46030b57df823c4a26cc3e2548ece985ce Hopefully tr will work correctly on all platforms now... --- diff --git a/gen/nfs.sh b/gen/nfs.sh index 9c35cf26..6f7d6c75 100644 --- a/gen/nfs.sh +++ b/gen/nfs.sh @@ -31,7 +31,7 @@ chmod 755 $SRC_DIR # incorrect. For now however, it is probably not worth the effort # to canonicalize the hostname, especially with the upcoming update # protocol redesign -set uchost=`hostname | tr a-z A-Z`.MIT.EDU +set uchost=`hostname | tr '[a-z]' '[A-Z]'`.MIT.EDU cd $SRC_DIR