You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: