diff options
author | glenda@cirno <glenda@cirno> | 2015-05-15 12:15:50 -0700 |
---|---|---|
committer | glenda@cirno <glenda@cirno> | 2015-05-15 12:15:50 -0700 |
commit | 609ec770191522854da18e8f6095a86ce61882ab (patch) | |
tree | 08c9f86f87f63950cac4f2145356f18ceb675138 /mbldwrap.sh | |
parent | c104f230dc27e371b3cdc1893127ad74891bb0ec (diff) | |
download | mc-609ec770191522854da18e8f6095a86ce61882ab.tar.gz |
Add working 'uninstall' targets.
Diffstat (limited to 'mbldwrap.sh')
-rwxr-xr-x | mbldwrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbldwrap.sh b/mbldwrap.sh index 83de5bf..67df7c2 100755 --- a/mbldwrap.sh +++ b/mbldwrap.sh @@ -16,3 +16,4 @@ else export MYR_RT=../rt/_myrrt.o ./bootstrap.sh fi +exit 0 |