mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
dev/bin/find_sparkle_appcast: remove block comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user