summaryrefslogtreecommitdiff
path: root/include.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-05-20 17:45:06 +0000
committerChristian Pointner <equinox@spreadspace.org>2012-05-20 17:45:06 +0000
commit5d362f07aa59bcc6f15356e43ef3018c39a433d4 (patch)
treeb1545ca894477bb170a1ee9daec498df31526a22 /include.mk
parentadded arduino reset func (diff)
bugfixes at RESET_FUNC
git-svn-id: https://svn.spreadspace.org/avr/trunk@23 aa12f405-d877-488e-9caf-2d797e2a1cc7
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 \