mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-10 15:18:09 +00:00
Revert "Remove unused variable in shell script"
This partially reverts commit ab8e8b97a3
This commit is contained in:
parent
5e9be169e4
commit
fa0025dc3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user