aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc.d/fnl.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/fnl.bash b/bash/bashrc.d/fnl.bash
index 09d1af61..9f894654 100644
--- a/bash/bashrc.d/fnl.bash
+++ b/bash/bashrc.d/fnl.bash
@@ -31,7 +31,7 @@ fnl() {
# Run the command and save its exit status
local ret
- command "$@" >"$dir"/stdout 2>"$dir"/stderr
+ "$@" >"$dir"/stdout 2>"$dir"/stderr
ret=$?
# Note these are *not* local variables