update copy_from_AD

This commit is contained in:
Andrei 2021-02-23 14:16:30 +02:00
parent 0e2bbf8569
commit 7b7612fdd2
1 changed files with 6 additions and 5 deletions

View File

@ -1,11 +1,12 @@
#!/bin/bash
project_base="${1}"
type="${2}"
name="${3}"
rev="${4}"
src_base="${1}"
project_base="${2}"
type="${3}"
name="${4}"
rev="${5}"
src_path="../${type}/hellen1-${name}/jlc-${rev}"
src_path="${src_base}/${type}/hellen1-${name}/jlc-${rev}"
if [ $type = "frames" ]; then
dst_path="${project_base}/hellen${name}/boards/hellen${name}${rev}/frame"
else