mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: Convert tabulators to whitespaces in bash scripts.
Execution of `./scripts/fix.sh` that executed: ``` find ./ -name '*.sh' | xargs sed --follow-symlinks -i 's|\t| |g' ```
This commit is contained in:
@@ -3,8 +3,8 @@ while read line
|
||||
do
|
||||
LEN=$(echo ${#line})
|
||||
if [ $LEN -ge 20 ]; then
|
||||
echo "OK|$line" | tr 1234567890 abcdefghij
|
||||
echo "OK|$line" | tr 1234567890 abcdefghij
|
||||
else
|
||||
echo "ERROR|$line" | tr 1234567890 abcdefghij
|
||||
echo "ERROR|$line" | tr 1234567890 abcdefghij
|
||||
fi
|
||||
done < "${1:-/dev/stdin}"
|
||||
|
||||
Reference in New Issue
Block a user