]> andersk Git - moira.git/commitdiff
Hopefully tr will work correctly on all platforms now...
authordkk <dkk>
Fri, 16 Feb 1996 20:08:50 +0000 (20:08 +0000)
committerdkk <dkk>
Fri, 16 Feb 1996 20:08:50 +0000 (20:08 +0000)
gen/nfs.sh

index 9c35cf26d6ec7dee0134f8a78d19a1022eda8499..6f7d6c75f10ff05f08cbfa4597e89ce58cb7a348 100644 (file)
@@ -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
 
This page took 0.103045 seconds and 5 git commands to generate.