whatcanGOwrong
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
OPTION_A=1
|
||||
OPTION_B=${OPTION_A}
|
||||
OPTION_C=$OPTION_B
|
||||
OPTION_D=${OPTION_A}${OPTION_B}
|
||||
OPTION_E=${OPTION_NOT_DEFINED}
|
||||
Reference in New Issue
Block a user