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

Commitb9cbb1e

Browse files
author
Thomas G. Lockhart
committed
Fix message delimiters for substitution by sed script during installation.
They were missing a "PG_" prefix so were not substituted properly.
1 parent1660e30 commitb9cbb1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/destroyuser/destroyuser.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.9 1998/08/22 05:19:21 momjian Exp $
11+
# $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.10 1998/09/01 15:57:00 thomas Exp $
1212
#
1313
# Note - this should NOT be setuid.
1414
#
@@ -90,7 +90,7 @@ fi
9090

9191
if [-z"$DELUSER" ]
9292
then
93-
echoOPT_DASH_N_PARAM"Enter name of user to delete --->OPT_BACKSLASH_C_PARAM"
93+
echoPG_OPT_DASH_N_PARAM"Enter name of user to delete --->PG_OPT_BACKSLASH_C_PARAM"
9494
read DELUSER
9595
fi
9696

@@ -154,7 +154,7 @@ then
154154
yn=f
155155
while [$yn!= y-a$yn!= n ]
156156
do
157-
echoOPT_DASH_N_PARAM"Deleting user$DELUSER will destroy them. Continue (y/n)?OPT_BACKSLASH_C_PARAM"
157+
echoPG_OPT_DASH_N_PARAM"Deleting user$DELUSER will destroy them. Continue (y/n)?PG_OPT_BACKSLASH_C_PARAM"
158158
read yn
159159
done
160160

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp