ソースを参照

No need to print SATURNIN_LIBEXEC in debug

The related functionality is stable already and the path is easy to find
out using package manager.
Alois Mahdal 7 年 前
コミット
74f91edc58
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/saturnin.sh

+ 1
- 1
src/saturnin.sh ファイルの表示

@@ -224,7 +224,7 @@ saturnin__main() {
224 224
         *)              break;                      ;;
225 225
     esac done
226 226
     subcommand="$1"; shift
227
-    debug -v SATURNIN_APP_VERSION SATURNIN_LIBEXEC SATURNIN_CONF_PATH
227
+    debug -v SATURNIN_APP_VERSION SATURNIN_CONF_PATH
228 228
     case "$subcommand" in
229 229
         conf)    saturnin__conf "$@"                ;;
230 230
         _ls_sc)  saturnin__lssc                     ;;