Test: fix make fix-indent erase all problem
This commit is contained in:
parent
34a8c30c83
commit
f6dbdf7ac3
@ -1,5 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
type ocp-indent > /dev/null 2>&-
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "I require ocp-indent but it's not installed (opam install ocp-indent). Aborting."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
tmp_dir="$(mktemp -d -t tezos_build.XXXXXXXXXX)"
|
tmp_dir="$(mktemp -d -t tezos_build.XXXXXXXXXX)"
|
||||||
failed=no
|
failed=no
|
||||||
if [ "$1" = "fix" ]; then
|
if [ "$1" = "fix" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user