Skip to content

Commit

Permalink
Merge pull request #9 from ubgk/fix/date
Browse files Browse the repository at this point in the history
portable date command
  • Loading branch information
stephane-caron authored Sep 3, 2024
2 parents 565e1b5 + 5ef34e7 commit cc5acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# UPKIE_NAME=foo``
REMOTE = ${UPKIE_NAME}

CURDATE = $(shell date --iso=seconds)
CURDATE = $(shell date -Iseconds)
CURDIR_NAME = $(shell basename $(CURDIR))

# Help snippet adapted from:
Expand Down

0 comments on commit cc5acf5

Please sign in to comment.