create_rom_pack.sh Arregladas dos definiciones de variables de solo lectura
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user