From 97e330fcba66263cc3465976e423f129f6c2d8e4 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 7 Dec 2014 00:26:15 -0800 Subject: [PATCH] cleanup --- build-libbitcoind.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build-libbitcoind.sh b/build-libbitcoind.sh index e4f514a7..32707f4d 100755 --- a/build-libbitcoind.sh +++ b/build-libbitcoind.sh @@ -50,8 +50,6 @@ make || exit 1 cp src/libbitcoind.so "${os_dir}/libbitcoind.so" || exit 1 -cd "$os_dir" || exit 1 - cd "$cur_dir" rm -rf libbitcoind