mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
avoid warnings in head
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user