Move sources after options

main
Clément FRÉVILLE 2 years ago
parent 09e9227c76
commit a3f787d010

@ -34,7 +34,7 @@ while [[ $# -ne 0 ]]; do
options+=("$1")
elif [[ $# -ne 1 ]]; then
rewrite_connection "$1"
options+=("$connection")
srcs+=("$connection")
else
rewrite_connection "$1"
dest="$connection"

Loading…
Cancel
Save