Changeset 8186f16
- Timestamp:
- 04/06/2021 10:28:27 PM (22 months ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, arm, ml-11.0, multilib, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/glibc-2.34, xry111/glibc-2.37, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 6cc8775, 8d2cfcb
- Parents:
- 6b505da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
git-version.sh
r6b505da r8186f16 1 1 #!/bin/sh 2 2 3 if ! git status ; then3 if ! git status > /dev/null; then 4 4 # Either it's not a git repository, or git is unavaliable. 5 5 # Just workaround. … … 20 20 month=$(date --date "$commit_date" "+%B") 21 21 month_digit=$(date --date "$commit_date" "+%m") 22 day=$(date --date "$commit_date" "+%d" | sed 's @^0@@')22 day=$(date --date "$commit_date" "+%d" | sed 's/^0//') 23 23 24 24 case $day in
Note:
See TracChangeset
for help on using the changeset viewer.