Bug 10156 - Fix usr/bin/perl path for get_report_social_data.pl
authorDavid Cook <dcook@prosentient.com.au>
Wed, 8 May 2013 08:00:29 +0000 (18:00 +1000)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 12 May 2013 03:13:31 +0000 (15:13 +1200)
commit282c3b4fdb16e5e28193ac398c89c8d9c5353d5f
tree0f4c5dec25d6155b9fe45b63c2fab6c77b67a9e5
parentd2b017a0f6b7d1ec279a7f0eff77853a184c423e
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.

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
Before the patch "grep -r '#!/bin/perl' in the misc dir shows one file
with this line, and it is indeed get_report_social_data.pl. After the
patch there are no occurrences left.
Passed-QA-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 2e103a018cedc1c57d1c0db8acad6f93ab4ca428)

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 36e06a151c718d7d905e4cb0b8d818c0b12f3b4d)

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
misc/cronjobs/social_data/get_report_social_data.pl