aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
diff options
context:
space:
mode:
Diffstat (limited to 'find-provides.in')
-rwxr-xr-xfind-provides.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-provides.in b/find-provides.in
index 05fafc9..8af59b4 100755
--- a/find-provides.in
+++ b/find-provides.in
@@ -70,7 +70,7 @@ done | sort -u
#
# --- mono provides
if [ -x /usr/bin/mono-find-provides ]; then
-echo $filelist | tr [:blank:] \\n | /usr/bin/mono-find-provides
+echo $filelist | tr '[:blank:]' '\n' | /usr/bin/mono-find-provides
fi
exit 0