diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-07-15 02:01:12 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-07-15 02:01:12 +0200 |
commit | ac5ee34d5961611f3ef8798eb2152110c24a0f95 (patch) | |
tree | d56e8b3ef81da4438f78a209c400cec55e7479b0 | |
parent | 33174cc5494509bfb231519d6ba9f8e02f35507c (diff) | |
download | rofi-pass-ac5ee34d5961611f3ef8798eb2152110c24a0f95.tar.gz |
fix self execution syntax
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ mainMenu () { if [[ $rofi_exit -eq 1 ]]; then exit elif [[ $rofi_exit -eq 19 ]]; then - $(${basecommand}) + ${basecommand} elif [[ $rofi_exit -eq 0 ]]; then openURL fi |