diff options
author | Marius Storm-Olsen <marius@trolltech.com> | 2007-05-15 15:51:25 +0200 |
---|---|---|
committer | Simon Hausmann <shausman@trolltech.com> | 2007-05-15 16:07:41 +0200 |
commit | 95962f318e0f00cd4e2ebb54531c3d738aa39ece (patch) | |
tree | e2db4b71be50a5e833cac495dd4adb0d3d67d323 /contrib | |
parent | Converted to unix newlines (diff) | |
download | tgif-95962f318e0f00cd4e2ebb54531c3d738aa39ece.tar.xz |
Make the command call silent
Signed-off-by: Marius Storm-Olsen <marius@trolltech.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/fast-import/git-p4.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4.bat b/contrib/fast-import/git-p4.bat index 6524a54c67..9f97e884f5 100644 --- a/contrib/fast-import/git-p4.bat +++ b/contrib/fast-import/git-p4.bat @@ -1 +1 @@ -python "%~d0%~p0git-p4" %* +@python "%~d0%~p0git-p4" %* |