From 99e978d3c9fcaf2f6e9b86227b9f110697c76e8a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 13 Feb 2016 10:38:18 +1300 Subject: Fix var declaration --- bin/try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3