forked from epics_driver_modules/require
bugfix for empty variable assignment
This commit is contained in:
@@ -87,3 +87,7 @@ x=-0bla -0.1
|
||||
x=-2**2 0-2**2 0+-2**2 0--2**2
|
||||
# $(x) should be: 4 -4 4 -4
|
||||
|
||||
x=
|
||||
y=$(x)
|
||||
# <$(x)><$(y)> should be: <><>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user