Skip to content

Commit dd28fdf

Browse files
committed
s
1 parent ca4d465 commit dd28fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arkr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ int main(int argc, char *argv[]) {
6969
string command;
7070
string catcommand;
7171
for (int i = 2; i < argc; ++i) {
72-
packlist.push_back(argv[i]);
7372
if (action == 1) {
73+
packlist.push_back(argv[i]);
7474
string whatpack = argv[i];
7575
if (whatpack.find('/') != string::npos) {
7676
stringstream ss(whatpack);

0 commit comments

Comments
 (0)