Changeset 588
- Timestamp:
- 12/23/2011 15:27:55 (5 months ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r587 r588 1001 1001 result="${metadata[${file}:${prop}]}" 1002 1002 else 1003 result= `@SVN@ propget "confman:${prop}" ${file}`1003 result="`@SVN@ propget "confman:${prop}" ${file}`" 1004 1004 if [ -z "$result" ] ; then 1005 1005 file=`$readlink_cmd -m ${file}` 1006 result= `@SVN@ propget "confman:${prop}" ${file}`1006 result="`@SVN@ propget "confman:${prop}" ${file}`" 1007 1007 fi 1008 1008 fi … … 1182 1182 echo "$file" 1183 1183 for prop in $(@SVN@ proplist $file | grep 'confman:' | sort) ; do 1184 echo -e "\t${prop#confman:}\t" $(@SVN@ propget $prop $file)1184 echo -e "\t${prop#confman:}\t" "$(@SVN@ propget $prop $file)" 1185 1185 done 1186 1186 if [ -n "$1" ] ; then
Note: See TracChangeset
for help on using the changeset viewer.
