Index: /issm/trunk/src/m/utils/OS/oshostname.m
===================================================================
--- /issm/trunk/src/m/utils/OS/oshostname.m	(revision 10748)
+++ /issm/trunk/src/m/utils/OS/oshostname.m	(revision 10749)
@@ -14,5 +14,5 @@
 
 else
-	[status,hostname]=system('hostname -s');
+	[status,hostname]=system(['hostname -s | sed ''s/-//g''']);
 	if status, 
 		error('oshostname error message: could not run hostname command on *nix os');
