summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate-file-lists.mk2
1 files changed, 1 insertions, 1 deletions
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