[mktemp] allow empty argument

This commit is contained in:
Sunrin SHIMURA (keen)
2016-01-03 22:40:21 +09:00
parent a09abc63a0
commit e733ffb936
+1 -1
View File
@@ -56,7 +56,7 @@ pub fn uumain(args: Vec<String>) -> i32 {
crash!(1, "quiet option is not supported yet.");
};
if args.len() == 1 || matches.opt_present("help") {
if matches.opt_present("help") {
print_help(&opts);
return 0;
}