Skip to content

Commit

Permalink
somehow removed cp command before last checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 2, 2016
1 parent 1357cd0 commit 18d6041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/update-checksums.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ filters=(
)
for repoPath in "${filters[@]}"; do
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/filters/assets\/ublock/'`
cp $repoPath $localPath
echo `md5sum $localPath` >> assets/checksums.txt
done

Expand All @@ -31,6 +32,7 @@ thirdparties=(
)
for repoPath in "${thirdparties[@]}"; do
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/thirdparties/assets\/thirdparties/'`
cp $repoPath $localPath
echo `md5sum $localPath` >> assets/checksums.txt
done

Expand Down

0 comments on commit 18d6041

Please sign in to comment.