Fix missing if
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
de11824527
commit
86981383a2
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ strip_file() {
|
|||
file="${srcdir}/${t}"
|
||||
dest="${dbgsrc}/${t}"
|
||||
mkdir -p "${dest%/*}"
|
||||
[[ -f "$file" ]]; then
|
||||
if [[ -f "$file" ]]; then
|
||||
cp -- "$file" "$dest"
|
||||
fi
|
||||
done < <(source_files "$binary")
|
||||
|
|
Loading…
Add table
Reference in a new issue