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

Commit35fbc00

Browse files
committed
Fix for windows-style path
1 parentb039809 commit35fbc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/pgpro-upgrade/pgpro_upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ PGBIN="`echo $0|sed 's![^/\\]*$!!'`"
1111
echo"$PGBIN"
1212

1313
case"$PGBIN"in
14-
*/bin/)
15-
PGSHARE="`echo$PGBIN|sed's!bin/$!share!'`"
14+
*/bin/|*\\bin\\)
15+
PGSHARE="`echo$PGBIN|sed's!bin.$!share!'`"
1616
;;
1717
*) PGBIN=""
1818
PGSHARE=""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp