aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-02-13 10:38:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-02-13 10:38:18 +1300
commit99e978d3c9fcaf2f6e9b86227b9f110697c76e8a (patch)
tree9d8cd0fb2854b04b6457c252cfd3f8b2b74c0a6b
parentUpdate submodules (diff)
downloaddotfiles-99e978d3c9fcaf2f6e9b86227b9f110697c76e8a.tar.gz
dotfiles-99e978d3c9fcaf2f6e9b86227b9f110697c76e8a.zip
Fix var declaration
-rwxr-xr-xbin/try2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/try b/bin/try
index ce66a722..3e5af2dc 100755
--- a/bin/try
+++ b/bin/try
@@ -75,7 +75,7 @@ if ! (($#)) ; then
fi
# The command is all the remaining arguments
-declare -a command
+declare -a cmd
cmd=("$@")
# Create a buffer file for the error output, and clean up the file when we exit