summaryrefslogtreecommitdiff
path: root/rename_sym.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rename_sym.sh')
-rwxr-xr-xrename_sym.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rename_sym.sh b/rename_sym.sh
index f39cb4562..06aa33053 100755
--- a/rename_sym.sh
+++ b/rename_sym.sh
@@ -10,4 +10,4 @@ fi
#echo "Replace $1 with $2?"
#read
-grep -rl "$1" asm/**/*.s data/*.s src/*.c src/audio/*.c src/*.h src/os/*.{c,h} undefined_syms.txt | xargs sed -i "s/\b$1\b/$2/g"
+grep -rl "$1" asm/**/*.s data/*.s src/*.c src/audio/*.c src/*.h src/os/*.{c,h} courses/**/*.{c,h} undefined_syms.txt | xargs sed -i "s/\b$1\b/$2/g"