config

A simple configuration manager

Commit
5fcfa49fdee13d926c73674e8c53e6f7627abb14
Parent
6d707b6dc46abeb4e9fb29dcdf173b1b5fea6a31
Author
Pablo <pablo-escobar@riseup.net>
Date

Minor fix in the script

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified config 2 1 1
diff --git a/config b/config
@@ -14,7 +14,7 @@ print_files()
 {
   IFS='' read -r file
 
-  if ! [ -z "$file" ]
+  if [ -n "$file" ]
   then
     printf '\033[0;%sm%s files:\033[0m\n' "$2" "$1"
     while true