Skip to content
Snippets Groups Projects
Commit ae3f07b7 authored by andrew bezella's avatar andrew bezella
Browse files

dup.helper: re-add a version of the do_dup_src function

parent 5cc80402
No related branches found
No related tags found
1 merge request!57dup.helper: re-add a version of the do_dup_src function
......@@ -51,6 +51,16 @@ do_dup_excludes() {
set +o noglob
}
do_dup_src() {
do_dup_host_includes
[ $? = 0 ] || return 1
do_dup_excludes
[ $? = 0 ] || return 1
_src_done="(DONE)"
setDefault dest
}
do_dup_dest() {
local replyconverted
......
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