From c3862d2a26f17570da5c68ece200f3b7849116ba Mon Sep 17 00:00:00 2001 From: Trygve Laugstol Date: Mon, 5 Jul 2004 13:19:16 +0000 Subject: [PATCH] o Fixing bug that appeared with a newer version of tail. Thanks to Kristian Nordal for the solution. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162853 13f79535-47bb-0310-9956-ffa450edef68 --- maven-mboot/src/sea/sea-header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-mboot/src/sea/sea-header b/maven-mboot/src/sea/sea-header index cdb85cad58..ddb1cdd067 100644 --- a/maven-mboot/src/sea/sea-header +++ b/maven-mboot/src/sea/sea-header @@ -30,7 +30,7 @@ mkdir $DIR SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' $0` # Take the TGZ portion of this file and pipe it to tar. -tail +$SKIP $0 | tar xz -C $DIR +tail -n +$SKIP $0 | tar xz -C $DIR . ${MBOOT_HOME}/maven.functions