This is for active development.
New funtionalities are to be added actively.
Revision | 5080ed0d3bac22fdd1d966c36d13b3c901d48211 (tree) |
---|---|
Time | 2022-03-24 10:03:09 |
Author | ![]() |
Commiter | Mamoru Sakaue |
[BUG FIX] Command reselect ended up with "missing argument" error.
@@ -5,6 +5,7 @@ | ||
5 | 5 | [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). |
6 | 6 | [BUG FIX] Restarted runs failed if paths set to option values or their parent paths are symbolic links. |
7 | 7 | [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. | |
8 | 9 | 4.1.0 (22 September 2018) |
9 | 10 | [NEW] Options -j and -x are added. |
10 | 11 | [NEW] Option -J is added to the all utilities. |
@@ -116,7 +116,7 @@ command_all_parse_args () | ||
116 | 116 | exit 1 |
117 | 117 | ;; |
118 | 118 | esac |
119 | - _command_parse_args__chk_glob_args $# | |
119 | + _command_parse_args__chk_no_arg $# | |
120 | 120 | ;; |
121 | 121 | save ) |
122 | 122 | misc_chk_privilege |