aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-07-15 02:01:12 +0200
committerRasmus Steinke <rasi@xssn.at>2017-07-15 02:01:12 +0200
commitac5ee34d5961611f3ef8798eb2152110c24a0f95 (patch)
treed56e8b3ef81da4438f78a209c400cec55e7479b0
parent33174cc5494509bfb231519d6ba9f8e02f35507c (diff)
downloadrofi-pass-ac5ee34d5961611f3ef8798eb2152110c24a0f95.tar.gz
fix self execution syntax
-rwxr-xr-xrofi-pass2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-pass b/rofi-pass
index e388678..371e312 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -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