summaryrefslogtreecommitdiff
path: root/include.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include.mk')
-rw-r--r--include.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include.mk b/include.mk
index 93c9a67..53b4953 100644
--- a/include.mk
+++ b/include.mk
@@ -208,7 +208,7 @@ run:
reset:
@if [ -n "$(RESET_FUNC)" ]; then \
if [ -x "$(RESET_FUNC)" ]; then \
- $(RESET_FUNC) $(RESET_PARAM); \
+ eval $(RESET_FUNC) $(RESET_PARAM); \
else \
echo "WARNING: ignoring non-existing or non-executable reset script"; \
fi \