mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 03:38:40 +00:00
Fix whitespace
This commit is contained in:
parent
bf1d510eba
commit
e1eaed341d
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
strindex() {
|
||||
strindex() {
|
||||
x="${1%%$2*}"
|
||||
[[ "$x" = "$1" ]] && echo -1 || echo "${#x}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user