|
8 | 8 | #
|
9 | 9 | #
|
10 | 10 | # IDENTIFICATION
|
11 |
| -# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.7 2000/03/2618:32:30 petere Exp $ |
| 11 | +# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/initlocation.sh,v 1.8 2000/05/2603:15:18 momjian Exp $ |
12 | 12 | #
|
13 | 13 | #-------------------------------------------------------------------------
|
14 | 14 |
|
|
91 | 91 | # You can call initlocation $ENVAR, which will of course be resolved
|
92 | 92 | # by the shell, or initlocation some/path (containing at least one slash).
|
93 | 93 | # Then you just take that path.
|
94 |
| -# This should appease users who are confused by the abovebehaviour. |
| 94 | +# This should appease users who are confused by the abovebehavour. |
95 | 95 | #
|
96 | 96 |
|
97 | 97 | echo"$Location"| grep'/'>/dev/null2>&1
|
|