From b2bc8cca5f896dc3b67596f6b558a8aa587934a5 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 24 Aug 2015 02:11:54 +0200 Subject: [PATCH] Reflect updates from upstream --- tests/pylint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pylint.sh b/tests/pylint.sh index 3e6cda7..9fa1d12 100755 --- a/tests/pylint.sh +++ b/tests/pylint.sh @@ -1,6 +1,6 @@ #!/bin/sh #$Id$ -#Copyright (c) 2014 Pierre Pronchery +#Copyright (c) 2014-2015 Pierre Pronchery # #Redistribution and use in source and binary forms, with or without #modification, are permitted provided that the following conditions are met: @@ -90,7 +90,7 @@ fi target="$1" #clean -[ $clean -ne 0 ] && return 0 +[ $clean -ne 0 ] && exit 0 ret=0 (date