]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - subcommand
Add gsu_make_tempfile() and fix bug in gui module.
[gsu.git] / subcommand
index 9ebb7eef06d585138d05ecd6d20c8e64e3a5c0fb..261e35f5e39b6f377529c24a136427106d6301cb 100644 (file)
@@ -58,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'
@@ -549,6 +549,7 @@ gsu()
        # external commands
        for i in $gsu_cmds; do
                if test "$arg" = "$i"; then
+                       ret=$GSU_SUCCESS
                        com_$arg "$@"
                        if (("$ret" < 0)); then
                                gsu_err_msg