Rename var

This commit is contained in:
clsty
2025-10-30 22:09:09 +08:00
parent 1b996e37a7
commit fceda9bd35
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ while true ; do
## Ones with parameter
--fontset)
if [[ -d "${REPO_ROOT}/dots-extra/fontsets/$2" ]];
then echo "Using fontset \"$2\".";II_FONTSET_NAME="$2";shift 2
then echo "Using fontset \"$2\".";FONTSET_DIR_NAME="$2";shift 2
else echo "Wrong argument for $1.";exit 1
fi;;