summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-24 09:03:12 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-05-24 09:03:12 +0200
commitfba73041a250ea1f25d112618f30bde76f157cb6 (patch)
tree2f256870f2093d755418807c155e0092c3d0b33f /scripts
parent03755833a42d330eaeb50c1d669bf918cb8ed758 (diff)
five-bugs-a-day: Make #! to perl more portable
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/five-bugs-a-day.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/five-bugs-a-day.pl b/scripts/five-bugs-a-day.pl
index 02d24ccca..29de512c6 100755
--- a/scripts/five-bugs-a-day.pl
+++ b/scripts/five-bugs-a-day.pl
@@ -1,4 +1,4 @@
-#!/bin/perl -w
+#!/usr/bin/env perl
#
# ----------------------------------------------------------------------------
#