Mailinglist Archive: yast-devel (78 mails)
| < Previous | Next > |
[yast-devel] Re: [yast-commit] r66442 - /trunk/add-on-creator/src/AddOnCreator.ycp
- From: Ladislav Slezak <lslezak@xxxxxxx>
- Date: Fri, 14 Oct 2011 12:08:13 +0200
- Message-id: <4E980A0D.8040502@suse.cz>
Dne 14.10.2011 11:25, jsuchome@xxxxxxxxxxxxxxxxx napsal(a):
You could also change %1 to '%1' + add String::Quote() when changing all these
commands...
--
Ladislav Slezák
Appliance department / YaST Developer
Lihovarská 1060/12
190 00 Prague 9 / Czech Republic
tel: +420 284 028 960
lslezak@xxxxxxxx
SUSE
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: yast-devel+owner@xxxxxxxxxxxx
- SCR::Execute (.target.bash, sformat ("cp %1 %2/", file_path,
tmpdir));
+ SCR::Execute (.target.bash, sformat ("cp -- %1 %2/", file_path,
tmpdir));
You could also change %1 to '%1' + add String::Quote() when changing all these
commands...
--
Ladislav Slezák
Appliance department / YaST Developer
Lihovarská 1060/12
190 00 Prague 9 / Czech Republic
tel: +420 284 028 960
lslezak@xxxxxxxx
SUSE
--
To unsubscribe, e-mail: yast-devel+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: yast-devel+owner@xxxxxxxxxxxx
| < Previous | Next > |