diff options
-rw-r--r-- | linux/Documentation/dvb/get_dvb_firmware | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |