aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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