Index: /issm/trunk-jpl/src/m/os/oshostname.m
===================================================================
--- /issm/trunk-jpl/src/m/os/oshostname.m	(revision 16957)
+++ /issm/trunk-jpl/src/m/os/oshostname.m	(revision 16958)
@@ -15,5 +15,5 @@
 	%We need to add < /dev/null otherwise what is in the clipboard is added
 	[status,hostname]=system('hostname < /dev/null');
-	hostname = strrep(hostname,'-','')
+	hostname = strrep(hostname,'-','');
 	if status, 
 		error('oshostname error message: could not run hostname command on *nix os');
