diff options
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
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=$? |