diff --git a/tools_webrtc/iwyu/apply-include-cleaner b/tools_webrtc/iwyu/apply-include-cleaner index a68f882655..7164b355ce 100755 --- a/tools_webrtc/iwyu/apply-include-cleaner +++ b/tools_webrtc/iwyu/apply-include-cleaner @@ -96,8 +96,7 @@ if [ ! -f $FILE ]; then error "File $FILE is not found" fi -cd $WORKDIR -../../$CLEANER $INCLUDE_ARGS $COMMAND ../../$FILE +$CLEANER -p $WORKDIR $INCLUDE_ARGS $COMMAND $FILE echo "Finished. Check diff, compile, gn gen --check and git cl format" echo "before uploading."