Skip to content

Commit

Permalink
Allow missing components with abs2rel
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrich authored and mizdebsk committed Sep 29, 2024
1 parent 7f6f432 commit 3471e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/abs2rel
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ if [ $# -ne 2 ]; then
exit 1
fi

exec realpath -s --relative-to="$2" "$1"
exec realpath -m -s --relative-to="$2" "$1"

0 comments on commit 3471e50

Please sign in to comment.