Module: xenomai-forge
Branch: next
Commit: af84c7c964d93a3b7df92d83387a73058e7aafcd
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=af84c7c964d93a3b7df92d83387a73058e7aafcd

Author: Philippe Gerum <r...@xenomai.org>
Date:   Fri Jun 13 10:32:04 2014 +0200

scripts/resync-doc: fix regression in file removal process

---

 scripts/maint/resync-doc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/maint/resync-doc b/scripts/maint/resync-doc
index daf95dc..0647fdf 100755
--- a/scripts/maint/resync-doc
+++ b/scripts/maint/resync-doc
@@ -35,7 +35,7 @@ echo -n 'Looking for removed files...'
 { cd "$abs_srcdir" && find prebuilt -type f -print ; } | {
 cd tmp-dist/doc && while read -a file; do
     if ! [ -f "${file[*]}" ]; then
-       echo "${qfile[*]}" >> ../removed
+       echo "${file[*]}" >> ../removed
     fi
 done
 }


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to