mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-03 20:21:34 +02:00
Revert "Remove unused variable in shell script"
This partially reverts commit ab8e8b97a3
This commit is contained in:
@ -48,6 +48,7 @@ if [ -z "$latest_squash" ]; then
|
||||
fi
|
||||
|
||||
set $latest_squash
|
||||
old=$1
|
||||
rev=$2
|
||||
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then
|
||||
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2
|
||||
|
Reference in New Issue
Block a user