From 8107589b51fbbf3d2768b75d09c9d91bc73d7178 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Fri, 6 Jun 2014 13:18:12 +0100 Subject: [PATCH] Switch to using #!/bin/env perl --- lotto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lotto b/lotto index 5a13452..b7e2cf5 100755 --- a/lotto +++ b/lotto @@ -1,4 +1,4 @@ -#!/bin/env perl +#!/usr/bin/env perl use strict; use warnings;