1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(main): Actually use the local variable, `backup_suffix_string'.

This commit is contained in:
Jim Meyering
2000-12-24 17:56:51 +00:00
parent 24ffc1a3c9
commit c8b1db11d3

View File

@@ -511,6 +511,9 @@ main (int argc, char **argv)
usage (1);
}
if (backup_suffix_string)
simple_backup_suffix = xstrdup (backup_suffix_string);
backup_type = (make_backups
? xget_version (_("backup type"), version_control_string)
: none);