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.
1 parent 073dd2b commit b104cb0Copy full SHA for b104cb0
Configure
@@ -7119,9 +7119,9 @@ case "$osname" in
7119
dos|vms)
7120
: XXX Should be a Configure test for double-dots in filenames.
7121
version=`echo $patchlevel $subversion | \
7122
- $awk '{ printf "%d_%d", $1, $2 }'`
+ $awk '{ printf "%d_%03d", $1, $2 }'`
7123
api_versionstring=`echo $api_version $api_subversion | \
7124
7125
;;
7126
*)
7127
0 commit comments