mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 22:10:15 -05:00
Fix tab expansion
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
XX=' '
|
XX=' '
|
||||||
echo "Searching for ${XX}."
|
echo "Searching for ${XX}."
|
||||||
|
|
||||||
egrep "${XX}" *.[ch]
|
egrep -l "${XX}" *.[ch]
|
||||||
|
|||||||
Reference in New Issue
Block a user