ソースを参照

Add ability to print path to library init file

Alois Mahdal 11 年 前
コミット
d122519882
共有1 個のファイルを変更した4 個の追加0 個の削除を含む
  1. 4
    0
      bin/fffun.in

+ 4
- 0
bin/fffun.in ファイルの表示

@@ -30,6 +30,10 @@ while true; do
30 30
             includes=$includes:$2
31 31
             shift 2
32 32
             ;;
33
+        --library-init)
34
+            echo "__FFOOD_DIR__/ffood.sh"
35
+            exit 0
36
+            ;;
33 37
         --version)
34 38
             version_info
35 39
             exit 0