TclTk: fixes in main build script
This commit is contained in:
4
Programming/TclTk/build
Normal file → Executable file
4
Programming/TclTk/build
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
./build_Tcl "$@"
|
||||
./build_Tk "$@"
|
||||
./build_Tcl "$@" ||exit $?
|
||||
./build_Tk -f "$@"
|
||||
|
||||
Reference in New Issue
Block a user