127
128
129
130
131
132
133
134
|
127
128
129
130
131
132
133
134
135
136
137
|
+
+
+
|
not end with a slash, it will be a prefix to the file name too).
3. If argv[0] contains a forward slash, use portable mode; it will use
files "current.heromeshrc" and "current.heromeshsession" in the directory
where the executable file is allegedly found.
4. Otherwise, home mode is used.
Determining portable mode by argv[0] can be disabled at compile-time. Even
if it is disabled, HEROMESH_PREFIX environment variable can still be used.
|