egrep -> grep -E

master
Rampoina 5 months ago
parent 993bc8ee53
commit c597cfdffc

@ -1 +0,0 @@
Subproject commit 982a54d98a4d2a37f40d0cc711b0ad5e396613e3

@ -6,7 +6,7 @@ run: 2048.bqn
./CBQN/BQN 2048.bqn
.check-and-reinit-submodules:
@if git submodule status | egrep -q '^[-]|^[+]' ; then \
@if git submodule status | grep -Eq '^[-]|^[+]' ; then \
echo "INFO: reinitializing git submodules"; \
git submodule update --init; \
fi

Loading…
Cancel
Save