http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10156 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|gmcharlt@gmail.com |dcook@prosentient.com.au --- Comment #1 from David Cook <dcook@prosentient.com.au> --- Created attachment 18012 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18012&action=edit Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl Currently, the perl path for get_report_social_data.pl is "#!/bin/perl" when it should be "#!/usr/bin/perl". While I'm not entirely sure how to test this, rangi did mention: 23:47 (it wouldnt work on my debian install) 23:48 zsh: no such file or directory: /bin/perl It's a pretty trivial change, so I'm not sure it needs much of a test plan. -- You are receiving this mail because: You are watching all bug changes.