Skip to content
Snippets Groups Projects
Commit 91046cf3 authored by akiraohgaki's avatar akiraohgaki
Browse files

Merge branch 'develop'

parents 90c1b9c6 2de26c34
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ add_pkguser() {
export_srcarchive() {
if [ "${1}" ]; then
$(cd "${PROJDIR}" && git archive --prefix="${PKGNAME}/" --output="${1}" HEAD)
(cd "${PROJDIR}" && git archive --prefix="${PKGNAME}/" --output="${1}" HEAD)
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment