Skip to content

Commit

Permalink
build: the new vmware tools have weird behaviour...
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 12, 2017
1 parent 3d05314 commit 6ee7188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ setup_stage()
if [ -d ${STAGE}/var/run ]; then
PIDS=$(find ${STAGE}/var/run -name "*.pid")
for PID in ${PIDS}; do
pkill -F ${PID};
pkill -F ${PID} || true;
done
fi

Expand Down

0 comments on commit 6ee7188

Please sign in to comment.