From 58ef2361cd50b4a56dc2b0d6d2b6c5771c8ba9ab Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 6 Jan 2009 22:23:53 -0800 Subject: fix --- update-file-lists.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-file-lists.mk b/update-file-lists.mk index 4922758..52699e4 100755 --- a/update-file-lists.mk +++ b/update-file-lists.mk @@ -24,7 +24,7 @@ else $(which).list: %.list: $(summary) (echo 'all:\'; \ list-files.sh $* | sed 's,^.*$$,test@/&\\,'; \ - echo \;) > $@.new + echo) > $@.new mv -f $@.new $@ endif -- cgit