mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Logic error, patch by Matteo Croce
This commit is contained in:
parent
8ce8f9b482
commit
21aacba2b7
@ -130,7 +130,7 @@ int fdformat_main(int argc,char **argv)
|
|||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
bb_show_usage();
|
bb_show_usage();
|
||||||
}
|
}
|
||||||
verify != bb_getopt_ulflags(argc, argv, "n");
|
verify = !bb_getopt_ulflags(argc, argv, "n");
|
||||||
argv += optind;
|
argv += optind;
|
||||||
|
|
||||||
if (stat(*argv,&st) < 0 || access(*argv,W_OK) < 0) {
|
if (stat(*argv,&st) < 0 || access(*argv,W_OK) < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user