We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca4d465 commit dd28fdfCopy full SHA for dd28fdf
arkr.cpp
@@ -69,8 +69,8 @@ int main(int argc, char *argv[]) {
69
string command;
70
string catcommand;
71
for (int i = 2; i < argc; ++i) {
72
- packlist.push_back(argv[i]);
73
if (action == 1) {
+ packlist.push_back(argv[i]);
74
string whatpack = argv[i];
75
if (whatpack.find('/') != string::npos) {
76
stringstream ss(whatpack);
0 commit comments