We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AIX 7.1 and get this error.
$ ./test.sh tocode is missing Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...] Usage: iconv -l tocode is missing Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...] Usage: iconv -l tocode is missing Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...] Usage: iconv -l tocode is missing Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...] Usage: iconv -l mkdir: cannot access directory test.sh. test.sh: Not a directory t/test_.sh./test.sh: line 62: test.sh/t/test_.sh.o: Not a directory ./test.sh: line 71: test.sh/t/test_.sh.f: Not a directory test.sh/t/test_.sh.t: Not a directory t/test_*.sh
$ bash -x test.sh ++ readlink -m test.sh/../t
$
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AIX 7.1 and get this error.
$ ./test.sh
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
mkdir: cannot access directory test.sh.
test.sh: Not a directory
t/test_.sh./test.sh: line 62: test.sh/t/test_.sh.o: Not a directory
./test.sh: line 71: test.sh/t/test_.sh.f: Not a directory
test.sh/t/test_.sh.t: Not a directory
t/test_*.sh
$ bash -x test.sh
++ readlink -m test.sh/../t
++ readlink -m test.sh/../BUILDROOT
++ printf '\x25\xCF'
++ iconv -f utf-16be
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
++ iconv -f utf-16be
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
++ printf '\x25\xBA'
++ printf '\x27\x18'
++ iconv -f utf-16be
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
++ printf '\x27\x14'
++ iconv -f utf-16be
tocode is missing
Usage: iconv [-c] [-s] -f FromCode -t ToCode [FileName...]
Usage: iconv -l
mkdir: cannot access directory test.sh.
test.sh: Not a directory
++ declare -f assert
{
local lines=() lineno=${BASH_LINENO[0]};
mapfile -tn1 -s$((lineno-1)) lines < "${BASH_SOURCE[1]}";
printf "ASSERT: ${BASH_SOURCE[1]##*/}:$lineno: %s\n" "$lines";
exit 1
}'
{
local lines=() lineno=${BASH_LINENO[0]};
mapfile -tn1 -s$((lineno-1)) lines < "${BASH_SOURCE[1]}";
printf "ASSERT: ${BASH_SOURCE[1]##*/}:$lineno: %s\n" "$lines";
exit 1
}'
t/test_.sh+ export bash_opts
test.sh: line 62: test.sh/t/test_.sh.o: Not a directory
test.sh: line 71: test.sh/t/test_.sh.f: Not a directory
++ tail -1 'test.sh/t/test_.sh.t'
test.sh/t/test_*.sh.t: Not a directory
t/test_.sh
$
The text was updated successfully, but these errors were encountered: