Skip to content

Commit

Permalink
ios: Updated copy_back_changes.sh to not use lib/ (Electron-Cash#2020
Browse files Browse the repository at this point in the history
…follow-up)

This script got left behind and was still referring to the old lib/
folder. Fixed. Follow-up to Electron-Cash#2020
  • Loading branch information
cculianu authored and EchterAgo committed Mar 11, 2021
1 parent e58dc60 commit 53838b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/copy_back_changes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ done

for f in $c; do
file=`echo $f | cut -f 3- -d '/'`
f1="../lib/${file}"
f1="../electroncash/${file}"
f2="${projdir}/${f}"
doIt "$f1" "$f2" "../lib/"
doIt "$f1" "$f2" "../electroncash/"
done

for file in $res; do
Expand Down

0 comments on commit 53838b5

Please sign in to comment.