aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-10 18:10:37 +0800
committertypebrook <typebrook@gmail.com>2020-03-10 18:10:37 +0800
commitde96a04716f877c655b7372b4c4ff72ef485c1b2 (patch)
tree49c62f4f8fcb2d787e540344999566e7d22dfc53 /tools
parentb22e63d287ea937a228f3727335e40f4ee4b414f (diff)
update
Diffstat (limited to 'tools')
-rwxr-xr-xtools/github-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/github-release.sh b/tools/github-release.sh
index 811ba06..bed34db 100755
--- a/tools/github-release.sh
+++ b/tools/github-release.sh
@@ -47,7 +47,7 @@ if [ "$tag" = 'LATEST' ]; then
47 GH_TAGS="$GH_REPO/releases/latest" 47 GH_TAGS="$GH_REPO/releases/latest"
48fi 48fi
49if [ "$type" = '' ]; then 49if [ "$type" = '' ]; then
50 sed -E -n -e ' /^$/ q; 10,$ s/^# *//p' "$0" 50 sed -E -n -e ' /^$/ q; 11,$ s/^# *//p' "$0"
51 exit 0 51 exit 0
52fi 52fi
53 53