pahen/madge

fix output.sh syntax

Aperta

#390 aperta il 22 ott 2023

 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (322 fork)batch import
good first issue

Metriche repository

Star
 (8058 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor