[Pkg-javascript-commits] [node-acorn-jsx] 352/484: Fix bug in update_authors.sh

Bastien Roucariès rouca at moszumanska.debian.org
Sat Aug 19 14:20:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-acorn-jsx.

commit e98176d5e93a909481f7a1198ab51010610554f1
Author: Marijn Haverbeke <marijnh at gmail.com>
Date:   Thu Dec 4 21:48:10 2014 +0100

    Fix bug in update_authors.sh
---
 bin/update_authors.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/update_authors.sh b/bin/update_authors.sh
index a517bc0..466c8db 100755
--- a/bin/update_authors.sh
+++ b/bin/update_authors.sh
@@ -1,6 +1,6 @@
 # Combine existing list of authors with everyone known in git, sort, add header.
 tail --lines=+3 AUTHORS > AUTHORS.tmp
 git log --format='%aN' | grep -v abraidwood >> AUTHORS.tmp
-echo "List of Acorn contributors. Updated before every release.\n" > AUTHORS
+echo -e "List of Acorn contributors. Updated before every release.\n" > AUTHORS
 sort -u AUTHORS.tmp >> AUTHORS
 rm -f AUTHORS.tmp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git



More information about the Pkg-javascript-commits mailing list