diff options
author | EuAndreh <eu@euandre.org> | 2025-04-03 10:29:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-03 10:29:56 -0300 |
commit | 42aac179f652bf71485579eea695715531b7340a (patch) | |
tree | 4626825f46cf4410b4a333e28a105042b3fe4e8b | |
parent | src/nicely: Add exec() call (diff) | |
download | nicely-42aac179f652bf71485579eea695715531b7340a.tar.gz nicely-42aac179f652bf71485579eea695715531b7340a.tar.xz |
mkdeps.sh: Remove varlist() function definition
-rwxr-xr-x | mkdeps.sh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -3,11 +3,5 @@ set -eu export LANG=POSIX.UTF-8 -varlist() { - printf '%s = \\\n' "$1" - sort | sed 's|^\(.*\)$|\t\1 \\|' - printf '\n' -} - find src/* -type f -perm -111 | varlist 'sources.sh' |