TclTk: fixes in main build script

This commit is contained in:
2019-08-29 17:35:37 +02:00
parent bdfbcdfdc3
commit 17cb4875c0
Regular → Executable
+2 -2
View File
@@ -1,4 +1,4 @@
#!/bin/bash
./build_Tcl "$@"
./build_Tk "$@"
./build_Tcl "$@" ||exit $?
./build_Tk -f "$@"