commit c53c8b2e2bf1fabd27a872daeec718627eaafc4c parent 2f23e41ed1cc4d874b65394fc181851ac97efc07 Author: leitner <leitner> Date: Fri, 5 Dec 2003 16:48:40 +0000 head -1 -> head -n 1 Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -61,7 +61,7 @@ install-fifos: install: install-files install-fifos -VERSION=minit-$(shell head -1 CHANGES|sed 's/://') +VERSION=minit-$(shell head -n 1 CHANGES|sed 's/://') CURNAME=$(notdir $(shell pwd)) tar: clean rename