Commit 4b95c166 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

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

parents fe9ff63c 5e310c53
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment