We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f70904e + db44d3d commit 8b39a8fCopy full SHA for 8b39a8f
generator/sbpg/targets/resources/sbp_base.tex
@@ -63,7 +63,7 @@
63
64
% Shell out to git to get the most recent tag and pass it to the LateX
65
% job name. Hopefully this doesn't screw with things.
66
-\immediate\write18{git -c global.safe-directory=.. describe --abbrev=0 --tags | cut -c 2-5 > \jobname.info }
+\immediate\write18{git -c global.safe-directory=* describe --abbrev=0 --tags | cut -c 2-5 > \jobname.info }
67
68
\title{Swift Navigation Binary Protocol}
69
\author{Swift Navigation}
0 commit comments