Skip to content

Commit

Permalink
Fix the issue that rDSN source directory contains blanks.
Browse files Browse the repository at this point in the history
  • Loading branch information
HX Lin committed Aug 13, 2017
1 parent d4bd88d commit d7c5f8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions run.cmd
@@ -1,6 +1,3 @@
@ECHO OFF
SET TOP_DIR=%~dp0
CALL %TOP_DIR%\bin\dsn.run.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9



CALL "%TOP_DIR%\bin\dsn.run.cmd" %1 %2 %3 %4 %5 %6 %7 %8 %9

0 comments on commit d7c5f8d

Please sign in to comment.