mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
47354b440e
The calls to find_program("tools/*") are moved earlier so they can be used in libshared/ (and it doesn't make sense to split them).
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
set -eu
|
|
|
|
cd "$1"
|
|
|
|
curl -L -o syscall-names.text 'https://raw.githubusercontent.com/hrw/syscalls-table/master/syscall-names.text'
|