Loading doc/asciidoc-helper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ if [ $# != 3 ]; then exit 1 fi SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')" export SOURCE_DATE_EPOCH output=$3 Loading Loading
doc/asciidoc-helper.sh +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ if [ $# != 3 ]; then exit 1 fi SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')" SOURCE_DATE_EPOCH="$(git -C "$(dirname "$0")" show --no-patch --format='%ct')" export SOURCE_DATE_EPOCH output=$3 Loading