Home
last modified time | relevance | path

Searched refs:commentIfExec (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs1878 commentIfExec current
1881 commentIfExec current
1885 commentIfExec (T_Pipeline id _ [c]) = commentIfExec c function
1886 commentIfExec (T_Redirecting _ _ (T_SimpleCommand id _ (cmd:additionalArg:_))) |
1889 commentIfExec _ = return () function