From 0ca25509f557bbab44116c4f76dc2506a90e3e13 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 7 Jun 2016 03:29:40 -0400 Subject: oops --- move.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'move.sh') diff --git a/move.sh b/move.sh index 6430e981b6..59d2bd3894 100755 --- a/move.sh +++ b/move.sh @@ -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 ) -- cgit v1.2.3-54-g00ecf