- Notifications
You must be signed in to change notification settings - Fork5k
Commit3ac577b
committed
doc: Ensure intermediate path creation with mkdir
The mkdir command in the Installation from Source Short Version docsdidn't use the -p intermediate path creation parameter which likelywould cause the command to fail. At the time of writing, -p wasn'tuniversally available but it can now be relied upon existing. The -pparameter is defined by POSIX, at least since posix-2004.Reported-by: Daniel Westermann <daniel.westermann@dbi-services.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/ZR0P278MB0920263E7F2D546A33E50079D20E9@ZR0P278MB0920.CHEP278.PROD.OUTLOOK.COM1 parent7e74aaf commit3ac577b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments
Comments
(0)