소스 검색

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