projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ffc1a
)
(main): Actually use the local variable, `backup_suffix_string'.
author
Jim Meyering
<jim@meyering.net>
Sun, 24 Dec 2000 17:56:51 +0000
(17:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 24 Dec 2000 17:56:51 +0000
(17:56 +0000)
src/ln.c
patch
|
blob
|
history
diff --git
a/src/ln.c
b/src/ln.c
index
e3ecff3
..
6c01e7f
100644
(file)
--- a/
src/ln.c
+++ b/
src/ln.c
@@
-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);