mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
with -v show change directory.
This commit is contained in:
parent
edf3f304e1
commit
962fc129f1
|
|
@ -55,6 +55,7 @@ int directory_exist_p (char* path) {
|
|||
}
|
||||
|
||||
int change_directory(const char* path) {
|
||||
cond_printf(1,"change_directory:%s\n",path);
|
||||
return chdir(path);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ int directory_exist_p (char* path) {
|
|||
|
||||
|
||||
int change_directory(const char* path) {
|
||||
cond_printf(1,"change_directory:%s\n",path);
|
||||
return _chdir(path);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue