summaryrefslogtreecommitdiffstats
path: root/update-file-lists.mk
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-01-06 22:23:53 -0800
committerRoland McGrath <roland@redhat.com>2009-01-06 22:23:53 -0800
commit58ef2361cd50b4a56dc2b0d6d2b6c5771c8ba9ab (patch)
tree0af887c8a155ceb183afc002bf178ff8fdced1e3 /update-file-lists.mk
parente442fc6e4684ce83f07ecc38348a52510cdf2d2b (diff)
downloaddebuginfo-test-scripts-58ef2361cd50b4a56dc2b0d6d2b6c5771c8ba9ab.tar.gz
debuginfo-test-scripts-58ef2361cd50b4a56dc2b0d6d2b6c5771c8ba9ab.tar.xz
debuginfo-test-scripts-58ef2361cd50b4a56dc2b0d6d2b6c5771c8ba9ab.zip
fix
Diffstat (limited to 'update-file-lists.mk')
-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