Searched refs:standard_path (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dcommand.c39 char *old_path, *standard_path; local
104 standard_path = get_standard_path ();
105 bind_variable ("PATH", standard_path ? standard_path : "", 0);
106 FREE (standard_path);

Completed in 118 milliseconds