OSDN Git Service

fixed bug
authorkokkiemouse <kokkiemouse@gmail.com>
Mon, 17 Aug 2020 04:22:34 +0000 (13:22 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Mon, 17 Aug 2020 04:22:34 +0000 (13:22 +0900)
system/cpp-src/mkalteriso/command_collection.cpp

index 5a90556..067ca98 100644 (file)
@@ -26,7 +26,7 @@ int command_collection::command_install(){
     pkgls=pkgls.simplified();
     if(pkgls == ""){
         _msg_err("Packages must be specified");
-        return 2;
+        return 0;
     }
     _pacman(pkgls);
     return 0;