From c6dbf619de305eb03d7c8558b8a36141c55c90a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Mon, 14 Jun 2010 13:45:48 +0200 Subject: [PATCH] don't forget about \s in file names --- autoscripts/prerm-pyclean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscripts/prerm-pyclean b/autoscripts/prerm-pyclean index 13ad1ba..ab0e516 100644 --- a/autoscripts/prerm-pyclean +++ b/autoscripts/prerm-pyclean @@ -5,7 +5,7 @@ else do if [ -f "${file}c" ] then - rm -f ${file}c + rm -f "${file}c" fi done fi -- GitLab