summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLars Engelhard <lars@gallien.homelinuxserver.org>2016-07-11 04:57:46 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-07-15 12:50:17 (GMT)
commit4d76a91cd2ae5444bcb3b1d58133a48cd048144d (patch)
tree3be50f60b88b4c1207d317744dea12cfb4cfd7c0 /tools
parent0eda283b50433842fd56c2eb4f4e11aef4f51a22 (diff)
downloadmxe-4d76a91cd2ae5444bcb3b1d58133a48cd048144d.zip
mxe-4d76a91cd2ae5444bcb3b1d58133a48cd048144d.tar.gz
mxe-4d76a91cd2ae5444bcb3b1d58133a48cd048144d.tar.bz2
tools/copydlldeps: removing exit 0 at the end
Diffstat (limited to 'tools')
-rwxr-xr-xtools/copydlldeps.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/copydlldeps.sh b/tools/copydlldeps.sh
index 1699b6c..e97435d 100755
--- a/tools/copydlldeps.sh
+++ b/tools/copydlldeps.sh
@@ -453,5 +453,3 @@ done
# clean up the temp directory stored in $tmp
rm -rf "$tmp"
-
-exit 0