Skip to content
Snippets Groups Projects
Commit dbdaacf1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix internal grep for function

parent 1e76d807
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,7 @@ _testStaging ...@@ -396,7 +396,7 @@ _testStaging
test -z "${CM_diracme}" && CM_diracme=./certs test -z "${CM_diracme}" && CM_diracme=./certs
test -z "${CM_dircsr}" && CM_dircsr=./csr test -z "${CM_dircsr}" && CM_dircsr=./csr
grep "function\ public_$1" $0 >/dev/null grep "function\ public_$1" $( basename $0 ) >/dev/null
if [ $# -gt 0 -a $? -eq 0 ]; then if [ $# -gt 0 -a $? -eq 0 ]; then
# _wd $* # _wd $*
action=$1 action=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment