pahen/madge

fix output.sh syntax

Open

#390 ouverte le 22 oct. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (8 058 stars) (322 forks)batch import
good first issue

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

Guide contributeur