Imported Upstream version 4.5.14
[platform/upstream/findutils.git] / find / testsuite / find.gnu / sv-bug-17782.exp
index 6771f28..db6dba2 100644 (file)
@@ -1,9 +1,9 @@
 # Savannah bug #17782.
 # While -execdir echo blah {} works, -execdir echo "blah {}" doesn't.
-# The bug is that the ./ prefix is prepended to the argument containing the 
-# braces, not to the expansion of the braces, so you get output like 
+# The bug is that the ./ prefix is prepended to the argument containing the
+# braces, not to the expansion of the braces, so you get output like
 # ./blah foo
-# instead of 
+# instead of
 # blah ./foo
 #
 if { [ safe_path ] } {