Le 17/10/2018 à 14:15, Feng Zhang a écrit :
> Maybe you can check the install script, like inst_sge, to see if there's
> any typo. 
> 
> Or some script files may have special characters, from like Widows,
> Linux, etc.?
> 

I've found where is the problem:


--- a/source/dist/util/arch_variables
+++ b/source/dist/util/arch_variables
@@ -80,7 +80,7 @@ case $ARCH in
    ;;
  lx*|ulx*)
    AWK=/usr/bin/awk
-   ECHO='printf %b\\n'
+   ECHO='printf %b\n'
    # /bin/echo no longer used, butleave this just in case anything
    # else depends on it.
    unset POSIXLY_CORRECT        # so we can rely on echo -e


the doble "\" make qrtie on the screen a "n".

Hope that Dave could corrrecto this problem!

Regards!

-- 
-- Jérôme
-Ah évidemment j'en suis pas encore aux toiles de maître, mais enfin
c'est un début
-Oh c'est un début qui promet. Mais tu vois si j'étais chez moi comme tu
le disais si gentiment,bah j'mettrai ça ailleurs.
-Qu'est-ce que je disais, y s'rait mieux près de la fenêtre. Tu le
verrais où toi ?
-À la cave.
        (Michel Audiard)
_______________________________________________
users mailing list
users@gridengine.org
https://gridengine.org/mailman/listinfo/users

Reply via email to