Closed avdv closed 8 years ago
Is the cloned bash-oo-framework in /src/bash-oo-framework? If so, do you have permissions to all the cloned files (i.e. if you cloned as root / sudo, are you running as root / sudo?).
Is the cloned bash-oo-framework in /src/bash-oo-framework? If so, do you have permissions to all the cloned files (i.e. if you cloned as root / sudo, are you running as root / sudo?).
Yes, all files are owned by the same user, I did not invoke git as root - no sudo involved.
What puzzled me, is that it tries to import lib/types/base/Var.sh
but there's only lib/types/var.sh
(lower case and in another directory).
Ah, I see the bug now. Array
imports Var
, and that file does not exist cause it's var
. I've renamed it to Var.sh
to confirm with other types. Those types should be in /lib/types/base/
. Try pulling now.
I'm using Bash 4.3.42(1)-release and just checked out the project.
Trying to call
./oo.sh
results in: