• R/O
  • HTTP
  • SSH
  • HTTPS

current: Commit

This is for active development.
New funtionalities are to be added actively.


Commit MetaInfo

Revision5080ed0d3bac22fdd1d966c36d13b3c901d48211 (tree)
Time2022-03-24 10:03:09
AuthorMamoru Sakaue <sakaue.mamoru@mwgh...>
CommiterMamoru Sakaue

Log Message

[BUG FIX] Command reselect ended up with "missing argument" error.

Change Summary

Incremental Difference

--- a/HISTORY
+++ b/HISTORY
@@ -5,6 +5,7 @@
55 [BUG FIX] The mount command of portsreinstall-chroot(8) failed if the base directory path is under a directory to be mounted for the chroot environment (ex. when /home is a link to /usr/home).
66 [BUG FIX] Restarted runs failed if paths set to option values or their parent paths are symbolic links.
77 [BUG FIX] The mount command of portsreinstall-chroot(8) failed to detect mounted and unmounted file systems on mount points under symbolic links.
8+[BUG FIX] Command reselect ended up with "missing argument" error.
89 4.1.0 (22 September 2018)
910 [NEW] Options -j and -x are added.
1011 [NEW] Option -J is added to the all utilities.
--- a/lib/main/libcommand.sh
+++ b/lib/main/libcommand.sh
@@ -116,7 +116,7 @@ command_all_parse_args ()
116116 exit 1
117117 ;;
118118 esac
119- _command_parse_args__chk_glob_args $#
119+ _command_parse_args__chk_no_arg $#
120120 ;;
121121 save )
122122 misc_chk_privilege
Show on old repository browser