mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-25 14:25:01 +00:00
Revert "Remove unused variable in shell script"
This partially reverts commit ab8e8b97a359e1c4f1bca8e1769021c95019f2c4
This commit is contained in:
parent
5e9be169e4
commit
fa0025dc3c
@ -48,6 +48,7 @@ if [ -z "$latest_squash" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set $latest_squash
|
set $latest_squash
|
||||||
|
old=$1
|
||||||
rev=$2
|
rev=$2
|
||||||
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then
|
if [ "d$(git cat-file -t $rev 2>/dev/null)" != dcommit ]; then
|
||||||
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2
|
echo "ERROR: subtree commit $rev unavailable. Fetch/update the subtree repository" >&2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user