diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:29:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:29:40 -0400 |
commit | 0ca25509f557bbab44116c4f76dc2506a90e3e13 (patch) | |
tree | 4d0b8b346dde39bd8225d5939957b768e2ac9935 | |
parent | c97d04c6f98646f4ffef185ed96f552c986da664 (diff) |
oops
-rwxr-xr-x | move.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ fixup_makefiles() ( src/libsystemd/libsystemd-journal-internal/Makefile \ src/udev/Makefile find -type f -name Makefile|while read -r filename; do - sed -r -i "s|(/\.\.)*/config.mk|$(realpath -ms --relative-to="${filename#%/*}" config.mk)|" "$filename" + sed -r -i "s|(/\.\.)*/config.mk|$(realpath -ms --relative-to="${filename%/*}" config.mk)|" "$filename" done ) |