diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/versions b/cpp/versions index d9b46b7754..2c82e3fd80 100755 --- a/cpp/versions +++ b/cpp/versions @@ -4,7 +4,7 @@ # for p in pkg-config doxygen help2man autoconf automake libtool ; do - echo $p `$p --version | head -n1` + echo `which $p` `$p --version | head -n1` done for r in apr boost boost-devel cppunit cppunit-devel graphviz; do |