Merge branch 'fix-colored-man-pages-syntax'

This commit is contained in:
Marc Cornellà 2015-12-15 11:56:27 +01:00
commit 4b95c166bd

View File

@ -1,6 +1,6 @@
if [ "$OSTYPE" = solaris* ]
if [[ "$OSTYPE" = solaris* ]]
then
if [ ! -x "$HOME/bin/nroff" ]
if [[ ! -x "$HOME/bin/nroff" ]]
then
mkdir -p "$HOME/bin"
cat > "$HOME/bin/nroff" <<EOF