INN commit: trunk/support (getc-tap-harness getrra-c-util)
INN Commit
rra at isc.org
Thu May 5 13:18:31 UTC 2016
Date: Thursday, May 5, 2016 @ 06:18:31
Author: iulius
Revision: 10029
Protect $Id$ in support scripts
Modified:
trunk/support/getc-tap-harness
trunk/support/getrra-c-util
------------------+
getc-tap-harness | 2 +-
getrra-c-util | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: getc-tap-harness
===================================================================
--- getc-tap-harness 2016-05-05 13:15:17 UTC (rev 10028)
+++ getc-tap-harness 2016-05-05 13:18:31 UTC (rev 10029)
@@ -64,7 +64,7 @@
chmod 755 ${TEMP}
elif [ "$3" != "README" ]
then
- sed -i -e '1 s/$/ $Id$\n */' \
+ sed -i -e '1 s/$/ \$Id\$\n */' \
-e 's/^#include <tests\/tap\//#include <tap\//g' \
${TEMP}
fi
Modified: getrra-c-util
===================================================================
--- getrra-c-util 2016-05-05 13:15:17 UTC (rev 10028)
+++ getrra-c-util 2016-05-05 13:18:31 UTC (rev 10029)
@@ -51,7 +51,7 @@
sed -i -e 's/RRA_/INN_/g' \
-e 's/rra_/inn_/g' \
-e '1 a\
-dnl $Id$' \
+dnl \$Id\$' \
${TEMP}
elif [ "$2" = "include/inn" ] || [ "$2" = "include/portable" ] \
|| [ "$2" = "include" ] || [ "$2" = "lib" ] || [ "$2" = "tests/lib" ] \
@@ -174,7 +174,7 @@
-e 's/<util\/\(.*\)>/"inn\/\1"/g' \
-e 's/<portable\/\(.*\)>/"portable\/\1"/g' \
-e 's/<tests\/tap\/\(.*\)>/"tap\/\1"/g' \
- -e '1 s/$/ $Id$\n */' \
+ -e '1 s/$/ \$Id\$\n */' \
${TEMP}
# For compatibility with the integration of C TAP Harness in INN.
More information about the inn-committers
mailing list