summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldo Bastian <waldo.bastian@intel.com>2006-08-01 00:46:02 +0000
committerWaldo Bastian <waldo.bastian@intel.com>2006-08-01 00:46:02 +0000
commit9ab18da7f462e9f7574f8ed308bebb1e5dcf30d0 (patch)
tree9b512f161ac858361a25431f58bbc08c0d78dfd7
parentb984fffca860bb01b9e49f6cc4480b85aebfd3c4 (diff)
Include xdg-utils version
-rwxr-xr-xportland/xdg-utils/tests/include/system_info2
1 files changed, 2 insertions, 0 deletions
diff --git a/portland/xdg-utils/tests/include/system_info b/portland/xdg-utils/tests/include/system_info
index f6cb212..b689a30 100755
--- a/portland/xdg-utils/tests/include/system_info
+++ b/portland/xdg-utils/tests/include/system_info
@@ -10,6 +10,8 @@ fi
echo "distribution: $distro"
+echo "xdg-utils:" `xdg-mime --version | cut -d ' ' -f 2`
+
. "$parentdir/desktop_environment"
detail=`uname -a`