Kaydet (Commit) 02cc648d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The --prefix option to the 'git archive' command should end with a slash

üst de8afb9a
......@@ -140,7 +140,7 @@ pushd "${CORE_DIR}" > /dev/null
echo "archiving core..."
git archive --format=tar --prefix="${base_name?}" -o "${OUT_DIR}/${base_name}.tar" ${LABEL?}
git archive --format=tar --prefix="${base_name?}/" -o "${OUT_DIR}/${base_name}.tar" ${LABEL?}
concatenate_list=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment