[Xquartz-changes] [516] tinderbox/tinderbox_test.sh

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 23 19:17:48 PDT 2011


Revision: 516
          http://trac.macosforge.org/projects/xquartz/changeset/516
Author:   jeremyhu at freedesktop.org
Date:     2011-03-23 19:17:48 -0700 (Wed, 23 Mar 2011)
Log Message:
-----------
Use hostname -s

Modified Paths:
--------------
    tinderbox/tinderbox_test.sh

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-03-24 02:14:47 UTC (rev 515)
+++ tinderbox/tinderbox_test.sh	2011-03-24 02:17:48 UTC (rev 516)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [[ $# -eq 0 ]] ; then
-  CONFIG="$(hostname)"
+  CONFIG="$(hostname -s)"
 else
   CONFIG=$1
 fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110323/ba655306/attachment.html>


More information about the Xquartz-changes mailing list