Commit 0dfed53
authored
Update x
Ensure that the exec command properly handles arguments when using exec "$python" $extra_arg "$xpy" "$@". The problem with this approach is that $extra_arg is unquoted, which could cause issues if it contains spaces or other special characters, especially when passing the arguments to python. To fix this, the exec command should be properly quoted to prevent any such issues.1 parent c528b8c commit 0dfed53
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments