changeset 69:e9dd634ab99e

hg_id is a one-liner. Pipe to head is superfluous
author Guy Brand <gb@isis.u-strasbg.fr>
date Tue, 08 Aug 2006 20:41:37 +0200
parents c574ce277a2b
children 365b41b6a15e
files en/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/en/Makefile	Mon Aug 07 15:45:08 2006 -0700
+++ b/en/Makefile	Tue Aug 08 20:41:37 2006 +0200
@@ -1,6 +1,6 @@
 # This makefile requires GNU make.
 
-hg_id := $(shell hg parents --template '{node|short}\n' | head -1)
+hg_id := $(shell hg parents --template '{node|short}\n')
 
 sources := \
 	00book.tex \