Commit 5c29e4b0 authored by Franco Fichtner's avatar Franco Fichtner

scripts: sweep here too

parent c9933aa0
......@@ -37,6 +37,8 @@ sweep: force
xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/pkg -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
find ${.CURDIR}/scripts -type f -print0 | \
xargs -0 -n1 scripts/cleanfile
style: force
@(phpcs --tab-width=4 --standard=PSR2 ${.CURDIR}/src/opnsense/mvc \
......
......@@ -60,4 +60,3 @@ for filename in glob.glob('%s/plugins/*.py'%'/'.join(os.path.realpath(__file__).
fOut.write(line)
fOut.close()
......@@ -43,5 +43,3 @@ def getTranslations(root):
for aclKey in aclMap.keys():
if aclMap[aclKey].has_key('descr'):
yield aclMap[aclKey]['descr']
......@@ -32,4 +32,3 @@
* Language support, autogenerated file
*
*/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment