We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dfe87 commit 48c627cCopy full SHA for 48c627c
test/operator/match_and_execute.sh
@@ -8,7 +8,7 @@ MATCHES=$(sed -n '/```/,/```/p' $FILE_GUIDE | perl -pe 's/^\s*//; s/\s*\\\s*\n/
8
if [ $MATCHES -eq 1 ]
9
then
10
echo "Executing '$EXECUTION_LINE'"
11
- $($EXECUTION_LINE)
+ eval "$EXECUTION_LINE"
12
else
13
echo "Couldn't find '$EXECUTION_LINE' in '$FILE_GUIDE' so aborting"
14
exit 1
0 commit comments