Changeset 06af663 for perlconfig.c
- Timestamp:
- Jul 12, 2011, 12:26:19 PM (13 years ago)
- Children:
- a7b125d
- Parents:
- 16cf182d
- git-author:
- David Benjamin <davidben@mit.edu> (07/12/11 11:58:02)
- git-committer:
- David Benjamin <davidben@mit.edu> (07/12/11 12:26:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perlconfig.c
rce68f23 r06af663 406 406 /* Add the system lib path to @INC */ 407 407 inc = get_av("INC", 0); 408 path = g_ strdup_printf("%s/lib", owl_get_datadir());408 path = g_build_filename(owl_get_datadir(), "lib", NULL); 409 409 av_unshift(inc, 1); 410 410 av_store(inc, 0, owl_new_sv(path));
Note: See TracChangeset
for help on using the changeset viewer.