Changeset 590
- Timestamp:
- 12/23/2011 15:45:26 (5 months ago)
- Location:
- branches/confman-1.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
confmanlib.sh.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/confman-1.9
-
branches/confman-1.9/confmanlib.sh.in
r589 r590 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.
