Skip to content

Commit

Permalink
scripts: fix pack_common.sh to enable copy dir (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinzuoyan authored Jan 15, 2019
1 parent 6aa95f7 commit 6a52fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function copy_file()
echo "ERROR: invalid copy file command: cp $*"
exit 1
fi
cp -v $*
cp -Lrv $*
if [ $? -ne 0 ]; then
echo "ERROR: copy file failed: cp $*"
exit 1
Expand Down

0 comments on commit 6a52fde

Please sign in to comment.