[4.0] Use strip (instead of eu-strip) to support --strip-debug of *.so at build time
[platform/upstream/rpm.git] / scripts / ocaml-find-provides.sh
index a4441cb..985709e 100644 (file)
@@ -32,7 +32,7 @@ done
 files=`sed "s/['\"]/\\\&/g"`
 
 # Get list of .cmi, .cmo and .cma files.
-files=`echo $files | tr [:blank:] '\n' | grep '\.cm[ioa]$'`
+files=`echo $files | tr '[:blank:]' '\n' | grep '\.cm[ioa]$'`
 
 if [ -z "$files" ]; then exit 0; fi