mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 811c381ab6 into merged_master (Bitcoin PR #17329)
This commit is contained in:
commit
d472d58b7b
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
|
||||
export LC_ALL=C
|
||||
DIR="$1"
|
||||
# Strip trailing / from directory path (in case it was added by autocomplete)
|
||||
DIR="${1%/}"
|
||||
COMMIT="$2"
|
||||
if [ -z "$COMMIT" ]; then
|
||||
COMMIT=HEAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue