mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-02 00:20:28 +02:00
Correct for GNU grep syntax.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if grep -H -n '\t' *.scad ; then
|
if grep -H -n -P '\t' *.scad ; then
|
||||||
echo "Tabs found in source code." 2>&1
|
echo "Tabs found in source code." 2>&1
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user