Showing 1 changed files with 1 additions and 1 deletions
+1 -1
.fgfs/fgfs_function
... ...
@@ -66,7 +66,7 @@ function fgfs () {
66 66
                         mkdir -p $fgfs_build/$component
67 67
                         cd $fgfs_build/$component
68 68
 
69
-                        echo cmake ${cmake_options[@]} $fgfs_source/$component
69
+                        echo cmake ${cmake_options[@]//$HOME/\$HOME} ${fgfs_source/#$HOME/\$HOME}/$component
70 70
 
71 71
                         cmake ${cmake_options[@]} $fgfs_source/$component > /dev/null \
72 72
                         && make -j$simultaneous > /dev/null \