Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0f52ab

Browse files
committed
Fix typo, from Keith Parks
1 parent8a3cbc8 commitb0f52ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/run_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.23 2000/07/09 13:19:24 petere Exp $
3+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.24 2000/07/13 16:08:01 petere Exp $
44

55
# ----------
66
# Check call syntax
@@ -43,7 +43,7 @@ export PGPORT
4343
# otherwise feel free to cover your platform here as well.
4444
if ["$LD_LIBRARY_PATH" ];then
4545
old_LD_LIBRARY_PATH="$LD_LIBRARY_PATH"
46-
LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBARY_PATH"
46+
LD_LIBRARY_PATH="$LIBDIR:$old_LD_LIBRARY_PATH"
4747
else
4848
LD_LIBRARY_PATH="$LIBDIR"
4949
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp