returns to the root path of installation in case of...
...error
... | ... |
@@ -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 |
|