mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-06 08:16:54 +00:00
Bugfix.
* src/checkpoint.c (checkpoint_compile_action): Add missing `else'.
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ checkpoint_compile_action (const char *str)
|
||||
|
||||
if (strcmp (str, ".") == 0 || strcmp (str, "dot") == 0)
|
||||
alloc_action (cop_dot);
|
||||
if (strcmp (str, "bell") == 0)
|
||||
else if (strcmp (str, "bell") == 0)
|
||||
alloc_action (cop_bell);
|
||||
else if (strcmp (str, "echo") == 0)
|
||||
alloc_action (cop_echo);
|
||||
|
||||
Reference in New Issue
Block a user