install-sh: do not assume / = //
commit48463bb2f8bdbdd77961888514b34b0579da8354
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Sep 2017 18:03:34 +0000 (23 11:03 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 23 Sep 2017 18:11:53 +0000 (23 11:11 -0700)
tree16f3ca19703ac8e14f91f90bed54fba3dce6447c
parenta2de0200664edbd93781ff2a19a878dbe6732f09
install-sh: do not assume / = //

* lib/install-sh: Do not append / to destination
directory if it already ends in /.  This supports
a destination directory of // on hosts where / and //
are distinct directories, as POSIX allows.
lib/install-sh