backlog of changes from the uconsole

This commit is contained in:
2025-03-20 10:04:48 -06:00
parent 55bb27a1de
commit 9846c7ad27
50 changed files with 1207 additions and 726 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ case "$1" in
-) "$0" r -"$2" ;;
a*)
str isvalue $2 && ! str isvalue $3 && str isdigit "$2" \
test -n $2 && ! str isvalue $3 && str isdigit "$2" \
|| usage
"$0".$VOLUME_SYSTEM "$@"
;;