summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/rtapelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rtapelib.c b/lib/rtapelib.c
index 2d53f3d..51faf3c 100644
--- a/lib/rtapelib.c
+++ b/lib/rtapelib.c
@@ -461,7 +461,7 @@ rmt_open__ (const char *file_name, int open_mode, int bias,
return -1;
#endif
}
- remote_shell_basename = base_name (remote_shell);
+ remote_shell_basename = last_component (remote_shell);
/* Set up the pipes for the `rsh' command, and fork. */