shithub: orca

Download patch

ref: f9a7d6f7eff906f936a1127ee79fe50ab04bd76d
parent: be347a25a835dbf94655418cf0637b43047d8879
author: cancel <cancel@cancel.fm>
date: Fri Nov 30 04:00:11 EST 2018

Cleanup

--- a/tool
+++ b/tool
@@ -235,7 +235,6 @@
     fi
     if [ "$#" -lt 1 ]; then
       fatal "Argument required for build target"
-      exit 1
     fi
     build_target "$2"
     ;;
@@ -244,6 +243,6 @@
       verbose_echo rm -rf "$build_dir"
     fi
     ;;
-  *) echo "Unrecognized command $1"; exit 1;;
+  *) fatal "Unrecognized command $1";;
 esac