mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] rm vim swap file in genenv
@ 2013-11-07  3:40 张忠山
  2013-11-07  5:25 ` Alexander Aring
  0 siblings, 1 reply; 2+ messages in thread
From: 张忠山 @ 2013-11-07  3:40 UTC (permalink / raw)
  To: barebox; +Cc: 张忠山

From: 张忠山 <zzs0213@gmail.com>

Signed-off-by: 张忠山 <zzs0213@gmail.com>
---
 scripts/genenv |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/genenv b/scripts/genenv
index c14cd87..bd4948e 100755
--- a/scripts/genenv
+++ b/scripts/genenv
@@ -24,7 +24,7 @@ for i in $*; do
 done
 )
 
-find $tempdir -name '.svn' -o -name '*~' -delete
+find $tempdir -name '.svn' -o -name '*~' -o -name '*.swp' -delete
 
 $objtree/scripts/bareboxenv -s $tempdir $target
 
-- 
1.7.9.5



_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-07  5:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-07  3:40 [PATCH] rm vim swap file in genenv 张忠山
2013-11-07  5:25 ` Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox