Sfoglia il codice sorgente

Use double-slash for suite ids

Alois Mahdal 6 anni fa
parent
commit
53fad77dea
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1
    1
      src/libexec/jattool-sfind
  2. 1
    1
      src/libexec/jattool-tfind

+ 1
- 1
src/libexec/jattool-sfind Vedi File

74
                 jats)
74
                 jats)
75
                     echo -n "jats://$SuiteDomain/$SuiteNs"
75
                     echo -n "jats://$SuiteDomain/$SuiteNs"
76
                     test -n "$SuiteSutPname" && echo -n "/$SuiteSutPname"
76
                     test -n "$SuiteSutPname" && echo -n "/$SuiteSutPname"
77
-                    echo
77
+                    echo //
78
                     ;;
78
                     ;;
79
                 path)
79
                 path)
80
                     echo "$SuiteDir"
80
                     echo "$SuiteDir"

+ 1
- 1
src/libexec/jattool-tfind Vedi File

31
             debug -v s_dir s_id t_apath t_rpath
31
             debug -v s_dir s_id t_apath t_rpath
32
             case $Fmt in
32
             case $Fmt in
33
                 path) echo "$s_dir/$t_rpath" ;;
33
                 path) echo "$s_dir/$t_rpath" ;;
34
-                jats) echo "$s_id/$t_rpath" ;;
34
+                jats) echo "$s_id$t_rpath"   ;;
35
             esac
35
             esac
36
         done
36
         done
37
 }
37
 }