summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-07-25 13:56:08 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-07-25 13:56:08 +0000
commit3d153e52063aeea28c922f0ade6b96dfb32cf51d (patch)
tree55ce7492e09bf9ca45570675fdb4db040e3ecd96 /bin
parentc299997617681848e3d4867f690e5d7e9fd04b8a (diff)
downloadATCD-3d153e52063aeea28c922f0ade6b96dfb32cf51d.tar.gz
ChangeLogTag:Fri Jul 25 08:53:12 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/performance_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh
index ef145327f0e..bf89c71cd21 100755
--- a/bin/performance_stats.sh
+++ b/bin/performance_stats.sh
@@ -172,7 +172,7 @@ _EOF_
cd $DEST/images
/bin/cp *.png thumbnails
for i in *.png; do
- /usr/bin/X11/mogrify -geometry '25%' thumbnails/$i
+ /usr/local/bin/mogrify -geometry '25%' thumbnails/$i
done
)