Lines Matching defs:run
55 nflag=false # dry run
105 # run <cmd> <args>...
107 # Print a command if verbose, and run it unless it's a dry run.
109 run()
130 if ! $nflag; then # skip command if dry run
433 run rm -rf -- "$certsdir"
450 run rmdir -- "$certsdir"
455 run mkdir -- "$certsdir"
476 run ln -s -- "$cert" "$certsdir"
488 run openssl rehash -- "$certsdir"
583 run rm -- "$distrustdir/$certbase"
635 test -d "$distrustdir" || run mkdir -- "$distrustdir"
636 run ln -s -- "$cert" "$distrustdir"