Changeset 63
- Timestamp:
- 04/12/2006 18:15:35 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r62 r63 817 817 } 818 818 819 function absdir {820 local file="$1"821 if [ -d $file ] ; then822 dir=`cd $file ; echo \$PWD`823 else824 dir=`cd $(dirname $file) ; echo \$PWD`825 fi826 echo $dir827 }828 829 819 function abspath { 830 820 local file="$1"
Note: See TracChangeset
for help on using the changeset viewer.
