Skip to content

Commit

Permalink
Merge pull request #5559 from rhatdan/docker
Browse files Browse the repository at this point in the history
Fix docker man page links
  • Loading branch information
openshift-merge-robot authored Mar 23, 2020
2 parents 31d1445 + aaf50f0 commit d6c9f3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/dckrman.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/sh
for i in $@; do
filename=$(echo $i | sed 's/podman/docker/g')
echo .so man1/$i > $filename
b=$(basename $i)
filename=$(echo $i | sed 's/podman/docker/g')
echo .so man1/$b > $filename
done

0 comments on commit d6c9f3e

Please sign in to comment.