Commit 6a8f9f71 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 820f4ac4
......@@ -7,6 +7,7 @@
// license that can be found in the LICENSE file.
package b
import "zodb"
import (
......
......@@ -13,7 +13,7 @@ echo "// KEY=$KEY VALUE=$VALUE" >>$out
echo "// ---- 8< ----" >>$out
echo >>$out
make -s -C $Bdir generic |sed \
-e '/package b/a import "zodb"' \
-e '/package b/a \\nimport "zodb"' \
-e "s/KEY/$KEY/g" \
-e "s/VALUE/$VALUE/g" \
>>$out
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment