From 6e1c12ffcb5ddc3ccd6f07cea1f19437be831c41 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 4 Oct 2005 12:46:24 +0000 Subject: [PATCH] missing comma git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4297 212acab6-be3b-0410-9dea-997c60f758d6 --- Scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/release.py b/Scripts/release.py index f0497c44..ff0c1a86 100644 --- a/Scripts/release.py +++ b/Scripts/release.py @@ -207,7 +207,7 @@ run( run( 'diff -r insttest insttestscons | grep -v uninst-nsis.exe', - 'diff' + 'diff', 'diff failed', 1 )