This commit is contained in:
Christopher Jeffrey 2014-12-06 17:36:24 -08:00
parent 30d2392b11
commit 65394641d7
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ rm -f xaa xab
split libbitcoind.so -n 2 || exit 1
cd "$cur_dir"
rm -rf bitcoin
rm -rf libbitcoind
echo 'Build finished successfully.'
exit 0