From 5f4a03747ad5d1d442413e20fdbb6ce4bc82dd0c Mon Sep 17 00:00:00 2001 From: Sergio Date: Mon, 3 Apr 2023 18:29:18 +0200 Subject: [PATCH] create_rom_pack.sh Arregladas dos definiciones de variables de solo lectura --- create_rom_pack.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/create_rom_pack.sh b/create_rom_pack.sh index 0471031..49627a7 100755 --- a/create_rom_pack.sh +++ b/create_rom_pack.sh @@ -79,8 +79,10 @@ esac readonly TEXT1="aƱadiendo enlaces para " readonly TEXT2=" ..." -readonly C_BLUE=$(tput setaf 4) -readonly C_NORMAL=$(tput sgr0) +C_BLUE=$(tput setaf 4) +readonly C_BLUE +C_NORMAL=$(tput sgr0) +readonly C_NORMAL ## console systems for SYSTEM in $SCAN_SYSTEM; do