diff options
| author | Carlos de la Torre <48769508+c-torre@users.noreply.github.com> | 2021-05-31 01:03:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-30 21:03:36 -0400 |
| commit | 14336d0a3c2ce8ecc432b1e335078adb4e6ff19b (patch) | |
| tree | ee38f195e6bb72dd3d3eb8c70303e7a317b27e89 /.local | |
| parent | 1e957b7f901c2bb98f7265d2862d8bc9acdc2f79 (diff) | |
| download | eibhear-14336d0a3c2ce8ecc432b1e335078adb4e6ff19b.tar.gz eibhear-14336d0a3c2ce8ecc432b1e335078adb4e6ff19b.tar.zst eibhear-14336d0a3c2ce8ecc432b1e335078adb4e6ff19b.zip | |
deprecate backticks (#949)
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/sysact | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sysact b/.local/bin/sysact index 5e3acf5..a820158 100755 --- a/.local/bin/sysact +++ b/.local/bin/sysact @@ -19,4 +19,4 @@ cmds="\ choice="$(echo "$cmds" | cut -d' ' -f 1 | dmenu)" || exit 1 -`echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-` +eval "$(echo "$cmds" | grep "^$choice " | cut -d ' ' -f2-)" |
