X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=subcommand;h=3ff31f0a6492e6d3420d533de96d9e02e358825a;hb=ee0253579a48cddcf022a7978afe68bc57311313;hp=1e04d16c8f047b59105e5bf614070295f73fb0da;hpb=769dc36ab2a5961568474be1e31264418d44dbfc;p=gsu.git diff --git a/subcommand b/subcommand index 1e04d16..3ff31f0 100644 --- a/subcommand +++ b/subcommand @@ -1,5 +1,6 @@ #!/bin/bash -# (C) 2006-2011 Andre Noll +# Copyright (C) 2006 Andre Noll +# Licensed under the LGPL, version 3. See COPYING and COPYING.LESSER. if [[ "$(type -t _gsu_setup)" != "function" ]]; then gsu_dir=${gsu_dir:-${BASH_SOURCE[0]%/*}} @@ -57,7 +58,7 @@ _gsu_print_available_commands() printf 'Available commands:\n' for cmd in $gsu_cmds; do printf '%s' "$cmd" - let count++ + let ++count if (($count % 4)); then printf '\t' ((${#cmd} < 8)) && printf '\t'