adding rest of files from last push
This commit is contained in:
10
rex.project/x86_64/components/dependencies/bash.bash
Executable file
10
rex.project/x86_64/components/dependencies/bash.bash
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -u
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
expected_version="$1"
|
||||
app="bash"
|
||||
|
||||
ver_check $app $expected_version || echofail "$app $expected_version check failed."
|
||||
exit $?
|
||||
10
rex.project/x86_64/components/dependencies/coreutils.bash
Executable file
10
rex.project/x86_64/components/dependencies/coreutils.bash
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -u
|
||||
|
||||
export LC_ALL=C
|
||||
|
||||
expected_version="$1"
|
||||
app="sort"
|
||||
|
||||
ver_check $app $expected_version || echofail "$app $expected_version check failed."
|
||||
exit $?
|
||||
Reference in New Issue
Block a user