-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
error when put package content into bash script before business code #4
Comments
Hey, i created a bash compatible version here: @nathanstilwell Should we add this bash compatible version maybe in a different branch onto your main project? Great work by the way, used your logger in one of our projects and it works like a charm :) |
@Laktus Sorry for the very slow reply. I have been out of town for the past two weeks. I think a bash compatible version of color-logger is very interesting. Why don't you make a pull request and we can find a way to keep it on the main branch. I've been using Fish shell lately, so perhaps we could have several versions to install based on the shell. |
@naughtyGitCat Please see the (Requirements)[https://github.com/nathanstilwell/color-logger#requirements] for using |
@nathanstilwell Had the same error using bash version 4.4.23, i will try creating a pull request with my changes |
GNU bash, version 4.1.2(1)-release-(x86_64-redhat-linux-gnu) |
./uninstall.sh: line 34: text_colors: default: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 39: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: black: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 30: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: red: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 31: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: green: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 32: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: yellow: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 33: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: blue: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 34: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: purple: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 35: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: cyan: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 36: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: white: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 37: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_red: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 91: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_green: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 92: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_yellow: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 93: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_blue: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 94: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_purple: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 95: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_cyan: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 96: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: bright_white: must use subscript when assigning associative array
./uninstall.sh: line 34: text_colors: 97: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: default: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 49: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: black: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 40: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: red: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 41: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: green: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 42: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: yellow: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 43: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: blue: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 44: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: purple: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 45: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: cyan: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 46: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: white: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 47: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_black: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 100: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_red: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 101: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_green: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 102: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_yellow: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 103: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_blue: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 104: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_purple: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 105: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_cyan: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 106: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: bright_white: must use subscript when assigning associative array
./uninstall.sh: line 54: background_colors: 107: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: default: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 0: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: bold: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 1: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: italics: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 3: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: underline: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 4: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: blink: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 5: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: reverse: must use subscript when assigning associative array
./uninstall.sh: line 63: emphasis: 7: must use subscript when assigning associative array
The text was updated successfully, but these errors were encountered: