OSDN Git Service

Bug fix in the previous modification.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 6 Aug 2018 17:01:45 +0000 (01:01 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 6 Aug 2018 17:01:45 +0000 (01:01 +0800)
 Changes to be committed:
modified:   lib/main/libcommand.sh

lib/main/libcommand.sh

index 4099efa..53f36dc 100644 (file)
@@ -401,15 +401,14 @@ command_all_exec_irrespective_of_saved_options ()
                ;;
        glob )
                _command_exec_irrespective_of_saved_options__notify_ignored_options
-               message_echo "Evaluated flavored port origins are as follows:"
                origins_match=`pkgsys_eval_ports_glob "$@"`
                if  [ -n "$origins_match" ]
                then
                        message_echo "Evaluated flavored port origins are as follows:"
+                       echo "$origins_match"
                else
                        message_echo "No matching flavored port origin is found."
                fi
-               echo "$origins_match"
                exit
                ;;
        pkg )
@@ -425,6 +424,7 @@ command_all_exec_irrespective_of_saved_options ()
                        echo "$pkgs_match"
                else
                        message_echo "ERROR: No matching package is installed." >&2
+                       temp_terminate_process () { :; }
                        exit 1
                fi
                exit