From ecdc905099f07295d2055bbc79bb71026757baf7 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 22 Sep 2009 14:41:46 -0500 Subject: [svn-r17511] Move misplaced ')' after make uninstall command so 'du -ks' command is run in test directory instead of running in snapshot directory. Snapshot directory has many more subdirectories and is often remote, increasing test running time and reporting incorrect disk usage. Tested on smirom in hdfdts version. --- bin/snapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snapshot b/bin/snapshot index e1c1f32..82bf557 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -412,7 +412,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then TIMESTAMP "check-install" && \ ${MAKE} check-install && DISKUSAGE \ TIMESTAMP "uninstall" && \ - ${MAKE} uninstall-all) && DISKUSAGE ; then + ${MAKE} uninstall-all && DISKUSAGE); then : else errcode=$? -- cgit v0.12