From fba73041a250ea1f25d112618f30bde76f157cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 24 May 2012 09:03:12 +0200 Subject: [PATCH] five-bugs-a-day: Make #! to perl more portable --- scripts/five-bugs-a-day.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/five-bugs-a-day.pl b/scripts/five-bugs-a-day.pl index 02d24ccca1..29de512c63 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 # # ---------------------------------------------------------------------------- #