瀏覽代碼

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