Home
last modified time | relevance | path

Searched defs:cdNegative (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DInterface.hs204 cdNegative :: String function
211 cdNegative = "" function
H A DAnalytics.hs219 cdNegative = "var=hello; echo \"$var\"" function
226 cdNegative = "[ -n \"$var\" ]" function
233 cdNegative = "case $? in 0) echo 'Success';; *) echo 'Fail' ;; esac" function
240 cdNegative = "var=hello; echo ${var}" function
247 cdNegative = "VAR=hello; echo $VAR" function
254 cdNegative = "[[ -e /etc/issue ]]" function
261 cdNegative = "set -e; func() { cp *.txt ~/backup; rm *.txt; }; func; echo ok" function
268 cdNegative = "set -e; dir=\"$(get_chroot_dir)\"; rm -r \"$dir/home\"" function
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/Checks/
H A DCommands.hs112 cdNegative = "command -v javac" function