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

Commit1436b21

Browse files
committed
Double quotes in ln command to guard against spaces in path.
1 parent28e92b8 commit1436b21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.74 2001/09/16 16:11:10 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.75 2001/11/20 00:27:13 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -103,7 +103,7 @@ utils/fmgroids.h: utils/Gen_fmgrtab.sh $(top_srcdir)/src/include/catalog/pg_proc
103103
$(top_builddir)/src/include/parser/parse.h:$(srcdir)/parser/parse.h
104104
prereqdir=`cd$(dir $<)>/dev/null&& pwd`&&\
105105
cd$(dir$@)&& rm -f$(notdir$@)&&\
106-
$(LN_S)$$prereqdir/$(notdir$<).
106+
$(LN_S)"$$prereqdir/$(notdir $<)".
107107

108108
$(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
109109
cd$(dir$@)&& rm -f$(notdir$@)&&\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp