Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: git-try

Issue 119308: Evan lied to me. The stub script needed to use "$@" and not "$*". (Closed)
Patch Set: Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « git-cl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git-try
diff --git a/git-try b/git-try
index f50cea1037a18ea3c490b4dc053d8a300f7987f6..4b6f8fab2e238b99e468b7faf69e274e2563cc24 100755
--- a/git-try
+++ b/git-try
@@ -9,4 +9,4 @@ if [ ! -f "$base_dir/git-try-repo/git-try" ]; then
git clone git://neugierig.org/git-try.git $base_dir/git-try-repo
fi
-$base_dir/git-try-repo/git-try "$*"
+$base_dir/git-try-repo/git-try "$@"
« no previous file with comments | « git-cl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698