#!/bin/sh
grep -q "eval 'exec" $TDIR/t/scripts/psql || exit 0
echo "$0: fixing $TDIR/t/scripts/psql"

# gosh, I would much rather have used Module::Build fix_shebang_lines(),
# but it wouldn't cooperate
sed -i '1,4 d; 5i#!/usr/bin/perl' $TDIR/t/scripts/psql
