dev/bin/find_sparkle_appcast: remove block comments

This commit is contained in:
Vítor Galvão
2016-01-30 22:32:55 +00:00
parent 22b967fc7c
commit 01046daad5
-10
View File
@@ -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