Skip to content

Commit 519cbd7

Browse files
committed
asdf
1 parent 20d54d4 commit 519cbd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc/fpp_to_fypp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
for file in $(find src -type f | grep -Ev 'autogen' | grep -E '\.fypp$'); do
3+
for file in $(find src -type f | grep -Ev 'autogen' | grep -E '\.fpp$'); do
44
echo "$file"
5-
mv "$file" "$(echo "$file" | sed s/\.fypp/\.fypp/)"
5+
mv "$file" "$(echo "$file" | sed s/\.fpp/\.fypp/)"
66
done

0 commit comments

Comments
 (0)