Use #!/usr/bin/env ... shebangs
parent
54776f36eb
commit
24deef9495
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Private utility to generate a dummy function from a symbol name
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
LANG=C
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Generate ABI symbol list for a shared library
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Automated exection of test cases
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief C++-coding-style checking tool
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Detect inconsistencies between a shared library and its ABI
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Prepare Genode build directory
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
#
|
||||
# \brief ISO image creation tool
|
||||
# \author Christian Helmuth
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make --file
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Create Genode software development kit
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for creating an MMC image with a platform specific U-Boot setup
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Convert C++ code to html
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Build binary archives from source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling API/source/binary archives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for determining the dependencies of depot content
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Download packages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Extract API/source/binary archives from Genode source tree
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Print a list of missing ports for given API/source/raw archives
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for building a binary archive from source
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Simulate the download of files by copying content from a directory
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling an API archive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling a package archive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling a raw-data archive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling a source archive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling a package archive
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for assembling a package archive of the current version
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for invoking depot tool with static clang/llvm analyzer
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# \brief Hash verification tool
|
||||
# \author Stephan Müller
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# \brief Signature verification tool
|
||||
# \author Stephan Müller
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
# read include file
|
||||
set include_pathname [lindex $argv 0]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/tclsh
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
#
|
||||
# \brief Regular-expression-based C++ parser
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for checking the hash file of a port
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for checking remote 3rd-party sources
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for printing current contrib directory of port
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for listing ports
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for preparing and updating ports
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for updating symbolic links to ports
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
|
||||
#
|
||||
# \brief Tool for updating the hash file of a port
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/expect
|
||||
#!/usr/bin/env expect
|
||||
|
||||
##
|
||||
# Reset the target machine or rather run the scenario with Qemu
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/expect
|
||||
#!/usr/bin/env expect
|
||||
|
||||
#
|
||||
# \brief Framework for running automated tests
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
#
|
||||
# \brief Tool-chain creation tool for the Genode OS Framework
|
||||
# \author Norman Feske
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
#!/usr/bin/env -S make -f
|
||||
#
|
||||
# \brief Tool for preparing the Qt5 tool-chain for the Genode OS Framework
|
||||
# \author Christian Prochaska
|
||||
|
|
Loading…
Reference in New Issue