mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Added xargs back in
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user