summaryrefslogtreecommitdiff
path: root/paxlib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-12 08:15:09 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-12 08:15:09 +0000
commita01a10d2762e57a4dd689ed5686d1bdde6045b0d (patch)
tree8b4ccabadc149017a1009067a4106e4b16b70502 /paxlib
parent50fa90af9706a531c4cb63bb03155e19f9dc4d5a (diff)
downloadpaxutils-a01a10d2762e57a4dd689ed5686d1bdde6045b0d.tar.gz
Use last_component instead of base_name. Patch by Eric Blake.
Diffstat (limited to 'paxlib')
-rw-r--r--paxlib/rtape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/paxlib/rtape.c b/paxlib/rtape.c
index 29fad99..41f6ef1 100644
--- a/paxlib/rtape.c
+++ b/paxlib/rtape.c
@@ -467,7 +467,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. */