Skip to content

Commit

Permalink
fix(git_clone): change dir automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Dec 26, 2024
1 parent e9a71ec commit ef115fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros.anda
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
end
-- BUG: rpm.define() takes only 1 arg…???
rpm.define("buildsubdir " .. ((url:gsub("/(%.git)?$", "")):gsub("^.+/", "")))
print(command)
print(command .. " && cd " .. ((url:gsub("/(%.git)?$", "")):gsub("^.+/", "")))
}

0 comments on commit ef115fd

Please sign in to comment.