From d8403893f7a9710112699c41b37deb7c6b87cc61 Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Mon, 4 Mar 2013 22:07:06 -0800 Subject: [PATCH] Oops. Remove debugging echo. --- bin/make-dist.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/make-dist.sh b/bin/make-dist.sh index c79a06a44..91dcc06df 100755 --- a/bin/make-dist.sh +++ b/bin/make-dist.sh @@ -104,7 +104,6 @@ do esac done -echo $@ shift `expr $OPTIND - 1` # Figure out the architecture and OS -- GitLab