lhunath 1393340605 learn In bash, whitespace is syntax. You can't be lax with it: var=value; [[ "$var" = "$value" ]] lhunath 1485537488 forget lhunath 1485537522 learn In bash, whitespace is syntax that triggers !wordsplitting. You can't be lax with it: var=value; [[ "$var" = "$value" ]]