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