]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Merge branch 'maint-0.4.6'
authorDavid Goulet <dgoulet@torproject.org>
Wed, 3 Nov 2021 13:49:07 +0000 (09:49 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 3 Nov 2021 13:49:07 +0000 (09:49 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
1  2 
doc/asciidoc-helper.sh
scripts/ci/ci-driver.sh

index fdaab05b8e0a4c933fc0bbc41d801cd99bf54fbc,3706ca2e142936d46453029e16a25a3dbb35b11e..98e216e68a3f999b73839b25b837a09169e9785b
@@@ -9,10 -9,11 +9,11 @@@
  set -e
  
  if [ $# != 3 ]; then
 -  exit 1;
 +    exit 1
  fi
  
- export SOURCE_DATE_EPOCH=$(git show --no-patch --format='%ct')
+ SOURCE_DATE_EPOCH="$(git show --no-patch --format='%ct')"
+ export SOURCE_DATE_EPOCH
  
  output=$3
  
@@@ -21,16 -22,16 +22,16 @@@ if [ "$1" = "html" ]; the
      base=${output%%.html.in}
  
      if [ "$2" != none ]; then
-         TZ=UTC "$2" -f "$(dirname $0)/nofooter.conf" -d manpage -o "$output" "$input";
 -      TZ=UTC "$2" -f "$(dirname "$0")/nofooter.conf" -d manpage -o "$output" "$input";
++        TZ=UTC "$2" -f "$(dirname "$0")/nofooter.conf" -d manpage -o "$output" "$input";
      else
 -      echo "==================================";
 -      echo;
 -      echo "You need asciidoc installed to be able to build the manpage.";
 -      echo "To build without manpages, use the --disable-asciidoc argument";
 -      echo "when calling configure.";
 -      echo;
 -      echo "==================================";
 -      exit 1;
 +        echo "=================================="
 +        echo
 +        echo "You need asciidoc installed to be able to build the manpage."
 +        echo "To build without manpages, use the --disable-asciidoc argument"
 +        echo "when calling configure."
 +        echo
 +        echo "=================================="
 +        exit 1
      fi
  elif [ "$1" = "man" ]; then
      input=${output%%.1.in}.1.txt
Simple merge