From 603d58fad3aba83ccc9efb480a680400c1730624 Mon Sep 17 00:00:00 2001 From: bernat Date: Tue, 6 Sep 2005 12:43:46 +0200 Subject: [PATCH] Typo darcs-hash:20050906104346-d1718-ccad902c73bbae4ce46438cf44a7aba1091feab8.gz --- gestion/gen_confs/wifi_ng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/gen_confs/wifi_ng.py b/gestion/gen_confs/wifi_ng.py index 71e1b0ad..ed1e7a36 100755 --- a/gestion/gen_confs/wifi_ng.py +++ b/gestion/gen_confs/wifi_ng.py @@ -117,7 +117,7 @@ NVRAM_wl0_radio=%(ON)d # On fait du menage os.system("find %s -name CVS -type d -exec rm -rf {} \\; 2> /dev/null" % WORK) - os.system("find %s -name *~ -type f -exec rm -f {} \\;" % WORK) + os.system("find %s -name '*~' -type f -exec rm -f {} \\;" % WORK) # Ensuite, on créé le tar os.system("tar zcf %s/%s.tmp.tar.gz -C %s ." % (TARGET, borne.nom(), WORK)) # Et on le renomme (on espère que c'est atomique)