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