diff options
Diffstat (limited to 'sonar-plugin-api/src/test/scripts/forever.sh')
-rwxr-xr-x | sonar-plugin-api/src/test/scripts/forever.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/src/test/scripts/forever.sh b/sonar-plugin-api/src/test/scripts/forever.sh index c7f008117e2..67289db934e 100755 --- a/sonar-plugin-api/src/test/scripts/forever.sh +++ b/sonar-plugin-api/src/test/scripts/forever.sh @@ -2,4 +2,4 @@ while test "notempty" do sleep 1 -done
\ No newline at end of file +done |