mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
fdformat prompts for user confirmation. it exits 0 if the user
doesn't confirm, which needlessly complicates scripts. PR: 15339 Submitted by: richard winkel rich@math.missouri.edu MFC after: 1 week
This commit is contained in:
parent
c52f090cfb
commit
ad70dcf35a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77063
@ -302,7 +302,7 @@ main(int argc, char **argv)
|
||||
devname);
|
||||
if(! yes ()) {
|
||||
printf("Not confirmed.\n");
|
||||
return 0;
|
||||
return 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user