Skip to content

Commit

Permalink
remove findmnt
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Jan 10, 2025
1 parent 793a976 commit f8f2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion try
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ try() {
DIRS_AND_MOUNTS="$(mktemp)"
export DIRS_AND_MOUNTS
find / -maxdepth 1 >"$DIRS_AND_MOUNTS"
findmnt --real -r -o target -n >>"$DIRS_AND_MOUNTS"
# findmnt --real -r -o target -n >>"$DIRS_AND_MOUNTS"
sort -u -o "$DIRS_AND_MOUNTS" "$DIRS_AND_MOUNTS"

# Calculate UPDATED_DIRS_AND_MOUNTS that contains the merge arguments in LOWER_DIRS
Expand Down

0 comments on commit f8f2c8d

Please sign in to comment.