Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operating system error message being sent to terminal if an invalid directory is used as destination #5

Closed
tclahr opened this issue Jun 15, 2020 · 1 comment
Assignees
Labels
type: bug Something isn't working

Comments

@tclahr
Copy link
Owner

tclahr commented Jun 15, 2020

Operating system error message being sent to terminal if an invalid directory is used as destination.

Example on Linux:
$ ./uac -p -U /does_not_exist
./uac: 220: cd: can't cd to /does_not_exist
Destination directory /does_not_exist does not exist

Example on Solaris 11:
$ ./uac -p -U /does_not_exist
./uac[220]: cd: /does_not_exist: [No such file or directory]
Destination directory /does_not_exist does not exists

@tclahr tclahr added the type: bug Something isn't working label Jun 15, 2020
@tclahr tclahr self-assigned this Jun 15, 2020
@tclahr tclahr mentioned this issue Jun 16, 2020
@tclahr
Copy link
Owner Author

tclahr commented Jun 16, 2020

Fix applied on PR #7 .

@tclahr tclahr closed this as completed Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant