]> git.tuebingen.mpg.de Git - gsu.git/blobdiff - funcs/gsu
gsu: Fix a typo in gsu_check_options().
[gsu.git] / funcs / gsu
index 18b7c13e0774cd62c6d52e2c07670f0fd6709615..9bc7c7bcfb701aacb917e2604bde155871f26c65 100644 (file)
--- a/funcs/gsu
+++ b/funcs/gsu
@@ -330,7 +330,7 @@ _gsu_check_options()
                        [[ $ret -lt 0 ]] && return
                        ;;
                *)
-                       ret=-$E_BAD_OPTION_TYPE
+                       ret=-$E_GSU_BAD_OPTION_TYPE
                        result="$name/$option_type"
                        return
                esac