From c96f7f33f594e8de4f24c4992493be1697e87721 Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Thu, 26 Aug 2004 18:26:27 +0000 Subject: Make safe for paths with spaces --- linux/Documentation/dvb/get_dvb_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/Documentation/dvb') diff --git a/linux/Documentation/dvb/get_dvb_firmware b/linux/Documentation/dvb/get_dvb_firmware index 0df55436f..49a40f845 100644 --- a/linux/Documentation/dvb/get_dvb_firmware +++ b/linux/Documentation/dvb/get_dvb_firmware @@ -282,7 +282,7 @@ sub verify { sub copy { my ($from, $to) = @_; - system("cp -f $from $to") and die ("cp failed"); + system("cp -f \"$from\" \"$to\"") and die ("cp failed"); } sub extract { -- cgit v1.2.3