[Assorted-commits] SF.net SVN: assorted: [293] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-02-02 09:11:57
|
Revision: 293 http://assorted.svn.sourceforge.net/assorted/?rev=293&view=rev Author: yangzhang Date: 2008-02-02 01:11:34 -0800 (Sat, 02 Feb 2008) Log Message: ----------- fixed lesspipe handling Modified Paths: -------------- shell-tools/trunk/src/bash-commons/bashrc.bash Modified: shell-tools/trunk/src/bash-commons/bashrc.bash =================================================================== --- shell-tools/trunk/src/bash-commons/bashrc.bash 2008-02-02 09:11:05 UTC (rev 292) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2008-02-02 09:11:34 UTC (rev 293) @@ -176,9 +176,9 @@ # make less more friendly for non-text input files if have lesspipe.sh -then eval "$(lesspipe.sh)" +then try eval "$(lesspipe.sh)" elif have lesspipe -then eval "$(lesspipe)" +then try eval "$(lesspipe)" fi function ooo { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |