From caf23b46030b57df823c4a26cc3e2548ece985ce Mon Sep 17 00:00:00 2001 From: dkk Date: Fri, 16 Feb 1996 20:08:50 +0000 Subject: [PATCH 1/1] Hopefully tr will work correctly on all platforms now... --- gen/nfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2