Browse Source

Merge pull request #75 from Octav14n/patch-1

Exit after printing the bcc-version.
Brucey 10 years ago
parent
commit
ce26c9cc14
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bcc.bmx

+ 1 - 0
bcc.bmx

@@ -31,6 +31,7 @@ Local args:String[] = ParseArgs(AppArgs[1..])
 
 If args.length = 0 Then
 	Print "bcc[ng] Release Version " + version
+	End
 End If
 
 If args.length <> 1 Then