http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10156 Bug ID: 10156 Summary: Fix usr/bin/perl path for get_report_social_data.pl Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: dcook@prosentient.com.au Currently, get_report_social_data.pl begins with "#!/bin/perl" rather than "#!/usr/bin/perl". While perl -c says the syntax is fine, it's been shown in one Debian install that the file won't work "zsh: no such file or directory: /bin/perl". -- You are receiving this mail because: You are watching all bug changes.