From 52f77c0eb34ed763ccef3ec6e535ad54561b7dd1 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 20 May 2010 09:11:09 -0400 Subject: Switch to using env perl instead of a direct perl call. Move the emacs stuff to another line --- check_postgres.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_postgres.pl') diff --git a/check_postgres.pl b/check_postgres.pl index 089ff12ab..8bb4aced2 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -1,4 +1,5 @@ -#!/usr/bin/perl -- -*-mode:cperl; indent-tabs-mode: nil-*- +#!/usr/bin/env perl +# -*-mode:cperl; indent-tabs-mode: nil-*- ## Perform many different checks against Postgres databases. ## Designed primarily as a Nagios script. -- cgit v1.2.3