Skip to content
Snippets Groups Projects
Commit 36ffb6b8 authored by pregmodfan's avatar pregmodfan
Browse files

fix small issue in the possible word commit in annotations of commit

parent 3e0bcb94
No related branches found
No related tags found
3 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master
......@@ -6,7 +6,7 @@ cp src/config/start.tw.proto start.tw.tmp
find src -name '*.tw' -print >>start.tw.tmp
mv start.tw.tmp src/config/start.tw
HASH=`git log -n1 |grep commit | sed 's/commit //'`
HASH=`git log -n1 |grep -m1 commit | sed 's/commit //'`
./devTools/tweeGo/tweego -o bin/FC_pregmod_$HASH.html src/config/start.tw
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment