Changeset 64 for confman/confman
- Timestamp:
- 04/12/2006 18:24:39 (6 years ago)
- File:
-
- 1 edited
-
confman/confman (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
confman/confman
r63 r64 817 817 } 818 818 819 function abspath {820 local file="$1"821 local dir822 if [ -d $file ] ; then823 dir=`cd $file >/dev/null; echo \$PWD`824 echo "$dir"825 else826 dir=`cd $(dirname $file) >/dev/null ; echo \$PWD`827 echo "$dir/$(basename "$file")"828 fi829 }830 831 819 function cleanexit { 832 820 rm -f /tmp/confman*
Note: See TracChangeset
for help on using the changeset viewer.
