1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

/usr/local/bin/perl => /usr/bin/perl

This commit is contained in:
Peter Eisentraut
2001-09-04 11:41:04 +00:00
parent 2ec5eedd4f
commit 2c3bd9e8f3
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#!/usr/local/bin/perl
#!/usr/bin/perl
#
# Accepts one argument - DBMS name (pgsql, ...) and initializes
# global variable $TestDBMS with this name.