Added xargs back in

This commit is contained in:
David Benepe
2020-08-04 15:04:45 -05:00
parent fe1b14ba0a
commit 52d919b484
+1 -1
View File
@@ -13,4 +13,4 @@ fi
grep -rl "$1" asm/**/*.s src/**/*.{c,h} lib/**/*.{c,s} include/*.h data/dkr.data.s undefined_syms.txt | xargs sed -i "s/\b$1\b/$2/g"
# This removes all the .o files that use the old name.
grep -rl "$1" build/**/*.o | rm
grep -rl "$1" build/**/*.o | xargs rm