| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Let's unite two conditions. So, if mkdir() returns a non-zero value
and errno equals EEXIST, we'll give a change and do chdir() again.
|
|
|
|
|
| |
No need to try to create a directory in other cases, because that
won't help.
|
|
|
|
|
|
|
|
| |
This is one of the steps on the way to get rid of errprint_*() macros
and handle errors by yourself. For more context see other patches
under the same topic specified below.
TOPIC=drop_errprint
|
|
|
|
|
|
|
|
|
|
| |
Now you need to use the following command to list the contents of the
password manager:
lpass show [passname]
If the command name is missing or was typed incorrectly, the 'help'
command will be executed and will return 1. It will simplify the
program when i add bash completion.
|
| |
|
| |
|
|
|