Skip to content

Commit

Permalink
scripts: fix pack_common.sh to enable copy dir (apache#257)
Browse files Browse the repository at this point in the history


Former-commit-id: 4cb56c959457bf2a38407f3b56988ddba80c5681 [formerly 6a52fde]
Former-commit-id: e4ce8d4ef0e3559d78be5279a7f2161badbf891e
  • Loading branch information
qinzuoyan authored Jan 15, 2019
1 parent 54d34db commit 858f058
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 858f058

Please sign in to comment.