Showing 1 changed files with 1 additions and 0 deletions
+1
.fgfs/fgfs_function
... ...
@@ -71,6 +71,7 @@ function fgfs () {
71 71
                     && make install \
72 72
                     || {
73 73
                         echo "erreur construction $component"
74
+                        cd $FGDIR
74 75
                         return
75 76
                     }
76 77