[Scummvm-cvs-logs] SF.net SVN: scummvm:[48619] scummvm/trunk/configure

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Apr 11 18:27:13 CEST 2010


Revision: 48619
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48619&view=rev
Author:   fingolfin
Date:     2010-04-11 16:27:11 +0000 (Sun, 11 Apr 2010)

Log Message:
-----------
Change 'head -1' to (hopefully more portable) 'head -n1'

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-04-11 15:08:09 UTC (rev 48618)
+++ scummvm/trunk/configure	2010-04-11 16:27:11 UTC (rev 48619)
@@ -204,7 +204,7 @@
 }
 
 gcc_get_define() {
-	$CXX -dM -E - < /dev/null | fgrep "$1" | head -1 | cut -d ' ' -f 3-
+	$CXX -dM -E - < /dev/null | fgrep "$1" | head -n1 | cut -d ' ' -f 3-
 }
 
 #


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list