From 01046daad50444b718449aea7e5a4bed0b1b2304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sat, 30 Jan 2016 22:32:55 +0000 Subject: [PATCH] dev/bin/find_sparkle_appcast: remove block comments --- developer/bin/find_sparkle_appcast | 10 ---------- 1 file changed, 10 deletions(-) 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