X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bcf61bd34ab2747580aabf648093e5854b7283ed..1f3d5401a6627d0cd3dcecc54cd058e9bd8a5e9d:/client/cmdscript.c

diff --git a/client/cmdscript.c b/client/cmdscript.c
index 730f4e96..b8c97158 100644
--- a/client/cmdscript.c
+++ b/client/cmdscript.c
@@ -98,10 +98,10 @@ int CmdList(const char *Cmd)
  * @param Cmd
  * @return
  */
-int CmdScript(const char *Cmd)
-{
-  CmdsParse(CommandTable, Cmd);
-  return 0;
+int CmdScript(const char *Cmd) {
+	clearCommandBuffer();
+	CmdsParse(CommandTable, Cmd);
+	return 0;
 }
 /**
  * Utility to check the ending of a string (used to check file suffix)