mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 07:20:12 +02:00
Correct for GNU grep syntax.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user