diff --git a/features.in/Makefile b/features.in/Makefile index b41ba82c..80485d4a 100644 --- a/features.in/Makefile +++ b/features.in/Makefile @@ -16,7 +16,7 @@ all: @if test -n "$(GLOBAL_DEBUG)"; then echo "** requested: $(FEATURES)"; fi @for dir in $(FEATURES); do \ for sub in $(SUBPROFILES); do \ - dst="${sub#*/}" && \ + dst="$${sub#*/}" && \ if test -d "$$dir/$$dst/"; then \ if rsync -ab "$$dir/$$dst/" "$(BUILDDIR)/$$dst/"; \ then \