pahen/madge

fix output.sh syntax

Open

#390 opened on Oct 22, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (322 forks)batch import
good first issue

Repository metrics

Stars
 (8,058 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

function desc() {
	echo "\033[01;38;5;022m############### $1 ###############\033[0m";
}

the "function" builtin exists in bash, so it need to parsing as posix in test/output.sh

$ type function function is a reserved word

Contributor guide