Changeset 63


Ignore:
Timestamp:
04/12/2006 18:15:35 (6 years ago)
Author:
ccowart
Message:

Unused function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r62 r63  
    817817} 
    818818 
    819 function absdir { 
    820   local file="$1" 
    821   if [ -d $file ] ; then 
    822     dir=`cd $file ; echo \$PWD` 
    823   else 
    824     dir=`cd $(dirname $file) ; echo \$PWD` 
    825   fi 
    826   echo $dir 
    827 } 
    828  
    829819function abspath { 
    830820  local file="$1" 
Note: See TracChangeset for help on using the changeset viewer.