From: Alexander Barton Date: Mon, 16 Oct 2017 17:57:11 +0000 (+0200) Subject: bup-save-user: Always show existing saves in columns X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-unix.git;a=commitdiff_plain;h=5ddb755a3e086f9749163eac605d0c231470ec95 bup-save-user: Always show existing saves in columns --- diff --git a/bup/save-user/bup-save-user b/bup/save-user/bup-save-user index cf473cc..9fd5bbf 100755 --- a/bup/save-user/bup-save-user +++ b/bup/save-user/bup-save-user @@ -37,6 +37,6 @@ bup index --update --xdev --exclude-rx="/.cache/." $paths || exit 1 bup save --name "$LOGNAME" $paths exit_code=$? -bup ls "$LOGNAME" || exit 1 +bup ls "$LOGNAME" || exit 1 | column exit $exit_code