]> andersk Git - moira.git/blobdiff - gen/nfs.sh
Hopefully tr will work correctly on all platforms now...
[moira.git] / 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.046416 seconds and 4 git commands to generate.