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
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment