From e46380bfb6db1ca1aa230809a7605d84eb2e9f8e Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Tue, 22 Sep 2009 14:40:13 -0500 Subject: [svn-r17509] 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