Showing 1 changed files with 1 additions and 1 deletions
+1 -1
flightgear/fgfs_function
... ...
@@ -71,7 +71,7 @@ function fgfs () {
71 71
                         cmake ${cmake_options[@]} $fgfs_source/$component > /dev/null \
72 72
                         && make -j$simultaneous > /dev/null \
73 73
                         && {
74
-                            make install | grep --color=always -v '^-- Up-to-date:'
74
+                            make install | sed -r "s,$HOME,\$HOME,; /^-- Up-to-date:/d"
75 75
                         } \
76 76
                         || {
77 77
                             echo "erreur construction $component"