Skip to content

Commit 3471e50

Browse files
fridrichmizdebsk
authored andcommitted
Allow missing components with abs2rel
1 parent 7f6f432 commit 3471e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/abs2rel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ if [ $# -ne 2 ]; then
3636
exit 1
3737
fi
3838

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

0 commit comments

Comments
 (0)