Dyad/rex.project/x86_64/components/dependencies/sh-bash.bash

12 lines
111 B
Bash
Raw Normal View History

2024-02-10 17:37:46 +00:00
#!/bin/bash
set -u
export LC_ALL=C
app="sh"
expected_target="bash"
sym_check $app $expected_target
exit $?