mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Minor changes to help the VMS port
This commit is contained in:
parent
9921fb3a8c
commit
aa29ba1689
19 changed files with 232 additions and 21 deletions
|
@ -46,7 +46,7 @@ if [ "$1" = "--build-number" -a -n "$2" ]; then
|
|||
shift
|
||||
shift
|
||||
else
|
||||
build_number=$(date -u '+%j%k' | sed 's/^0*\(.*\)/\1/')
|
||||
build_number=$(date -u '+%j%H' | sed 's/^0*\(.*\)/\1/')
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue