Skip to content

Commit

Permalink
Merge pull request #212 from diddledani/patch-1
Browse files Browse the repository at this point in the history
wslvar: Allow variable names with parentheses
  • Loading branch information
patrick330602 authored Dec 2, 2021
2 parents c4cac35 + 523d72c commit bf4d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wslvar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function view_shell {
}

function call_sys {
winps_exec "Write-Output \$Env:$*" | cat
winps_exec "Write-Output \${Env:$*}" | cat
}

function view_sys {
Expand Down

0 comments on commit bf4d2dc

Please sign in to comment.