Commit 79336239 authored by rdoost's avatar rdoost

commented exit(). quick fix

parent a5de2953
...@@ -25,7 +25,7 @@ reset_color="$(tput sgr0)" ...@@ -25,7 +25,7 @@ reset_color="$(tput sgr0)"
function error() function error()
{ {
echo -e "$red_color"ERROR: "$@""$reset_color" echo -e "$red_color"ERROR: "$@""$reset_color"
exit 1 #exit 1
} }
function check_sha1() function check_sha1()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment