[Slim-Checkins] r34290 - /vendor/plugins/check.pl

[email protected] Thu, 21 Jan 2016 09:45:59 -0000
Newsgroups gmane.music.equipment.slimdevices.cvs
Message-ID <[email protected]>
Author: mherger
Date: Thu Jan 21 09:45:59 2016
New Revision: 34290

URL: http://svn.slimdevices.com/slim?rev=34290&view=rev
Log:
Always print the diff, so we can log the output even on the Mac

Modified:
    vendor/plugins/check.pl

Modified: vendor/plugins/check.pl
URL: http://svn.slimdevices.com/slim/vendor/plugins/check.pl?rev=34290&r1=34289&r2=34290&view=diff
==============================================================================
--- vendor/plugins/check.pl (original)
+++ vendor/plugins/check.pl Thu Jan 21 09:45:59 2016
@@ -29,9 +29,8 @@
 	if ( $^O =~ /darwin/i ) {
 		`osascript -e 'display notification "Plugin updates are available. Please bump the repository file." with title "Plugin Update"'`
 	}
-	else {
-		print "$diff\n";
-	}
+
+	print "$diff\n";
 }
 
 1;