diff --git a/developer/bin/find_sparkle_appcast b/developer/bin/find_sparkle_appcast index d3d336f419..561a849b0b 100755 --- a/developer/bin/find_sparkle_appcast +++ b/developer/bin/find_sparkle_appcast @@ -1,11 +1,5 @@ #!/bin/bash -# -# find_sparkle_appcast -# -### -### functions -### usage() { local program exit_status @@ -33,10 +27,6 @@ appcast_found_error() { exit 1 } -### -### main -### - # exit if no argument (or more than one) was given if [[ -z "$1" ]] || [[ -n "$2" ]]; then usage 1