summaryrefslogtreecommitdiff
path: root/jmake/jmake.SH
diff options
context:
space:
mode:
Diffstat (limited to 'jmake/jmake.SH')
-rwxr-xr-xjmake/jmake.SH3
1 files changed, 2 insertions, 1 deletions
diff --git a/jmake/jmake.SH b/jmake/jmake.SH
index bdb5de7..b6d1277 100755
--- a/jmake/jmake.SH
+++ b/jmake/jmake.SH
@@ -71,6 +71,7 @@ $startperl
\$cpp = '$cpp';
\$version = '$VERSION';
\$patchlevel = '$PATCHLEVEL';
+\$revision = '$REVISION';
!GROK!THIS!
$spitshell >>jmake <<'!NO!SUBS!'
@@ -305,7 +306,7 @@ line: for ($i = 0; $i <= $#makefile; $i++) {
# Process regular line to be generated in Makefile.SH
- s/<TAG>/[jmake $version PL$patchlevel]/;
+ s/<TAG>/[jmake $version-$revision]/;
# Lines starting with ?SYMBOL: (resp. %SYMBOL:) are to be processed
# only if SYMBOL is defined (resp. undefined).