diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-22 00:51:22 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-04-22 00:53:34 -0500 |
commit | e3325948742bc89c57836de0db330a64dcfe8afc (patch) | |
tree | e809eb067cc0cf69077a2b432bb58f82162fb0aa | |
parent | f405f3abb1ae471e36d04e688e6583c2079ecc38 (diff) |
fix ?
-rwxr-xr-x | get_license.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/get_license.sh b/get_license.sh index b768cd5..1b755c6 100755 --- a/get_license.sh +++ b/get_license.sh @@ -51,5 +51,4 @@ done mv ${dir}/* ${licenses_dir}/ rm -rf ${dir} - exit 0 |