The following commit has been merged in the master branch:
commit 5e65b5348476850e0d7c8e0581538736791d7ad3
Author: Benjamin Drung <[email protected]>
Date:   Thu Oct 25 21:48:53 2012 +0200

    Correct test output for previous commit.

diff --git a/test/bashisms/ash-setvar.sh.out b/test/bashisms/ash-setvar.sh.out
index 44de53d..121a65c 100644
--- a/test/bashisms/ash-setvar.sh.out
+++ b/test/bashisms/ash-setvar.sh.out
@@ -1,2 +1,2 @@
-possible bashism in bashisms/ash-setvar.sh line 3 (setvar 'foo' 'bar' should 
be eval \$'foo' 'bar'):
+possible bashism in bashisms/ash-setvar.sh line 3 (setvar 'foo' 'bar' should 
be eval 'foo="'"$bar"'"'):
 setvar foo bar # BASHISM

-- 
Git repository for devscripts

_______________________________________________
devscripts-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel

Reply via email to