Showing 1 changed files with 2 additions and 1 deletions
+2 -1
.fgfs/fgfs_function
... ...
@@ -76,10 +76,11 @@ function fgfs () {
76 76
                             cd $FGDIR
77 77
                             return
78 78
                         }
79
+
80
+                        cd - > /dev/null
79 81
                     fi
80 82
 
81 83
                     previously_installed+=($component)
82
-                    cd -
83 84
                 done
84 85
                 unset component
85 86
                 ;;