avoid warnings in head

This commit is contained in:
nlopess
2004-07-29 18:37:51 +00:00
parent c97204914d
commit 4c7fc53c60

View File

@@ -11,7 +11,7 @@ AC_SUBST(WORKDIR)
dnl debug output dnl debug output
echo "file versions" echo "file versions"
for file in ./*.in; do for file in ./*.in; do
fgrep '$Id' $file | head -1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g" fgrep '$Id' $file | head -n1 | sed -e"s/^.*: //g" | sed -e"s/200.\/.*$//g"
done done
echo "configure options: $@" echo "configure options: $@"
echo "working directory: $WORKDIR" echo "working directory: $WORKDIR"