From 919895fc6389bd3bc6bc2f462fc177d27b70aa5d Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sat, 22 Jan 2011 08:33:16 +0000 Subject: [PATCH] build: updated update-version.pl to use /usr/bin/perl shebang --- build/update-version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/update-version.pl b/build/update-version.pl index 62c41b0d..7235f9fd 100755 --- a/build/update-version.pl +++ b/build/update-version.pl @@ -1,4 +1,4 @@ -#!perl +#!/usr/bin/perl use warnings; use strict;