Browse Source

Fix typo in _expand_fspec_to_fun

Introduced by fefce4a0, typo invalidated catfun and ffdoc
Alois Mahdal 9 years ago
parent
commit
d05232a7dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/ffoo.sh.skel

+ 1
- 1
src/ffoo.sh.skel View File

@@ -90,7 +90,7 @@ ffoo() {
90 90
             ;;
91 91
         _expand_fspec_to_fun)
92 92
             local mod
93
-            mod==$(ffoo _expand_fspec_to_mod "$2")
93
+            mod=$(ffoo _expand_fspec_to_mod "$2")
94 94
             echo "${2##$mod.}"
95 95
             ;;
96 96
         _expand_path_to_fspeclist)