]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - funcs/gsu
gsu: Minor cosmetic cleanup.
[gsu.git] / funcs / gsu
index df25bf63c429ca9873024a2dd4e8283be161143c..d78233ed3a8e2dab0fbaa092006f5ecc167391ff 100644 (file)
--- a/funcs/gsu
+++ b/funcs/gsu
@@ -432,7 +432,7 @@ gsu()
        for i in $gsu_cmds; do
                if test "$arg" = "$i"; then
                        com_$arg "$@"
-                       if test $ret -lt 0; then
+                       if [[ "$ret" -lt 0 ]]; then
                                gsu_err_msg
                                exit 1
                        fi