Skip to content
Snippets Groups Projects
Commit c3fe5b51 authored by Richard Hartmann's avatar Richard Hartmann
Browse files

vcsh: Typo

parent 2e7920b2
Branches
Tags
No related merge requests found
......@@ -359,7 +359,7 @@ write_gitignore() {
done | sort -u)
# Contrary to GNU mktemp, mktemp on BSD/OSX requires a template for temp files
# Use the template GNU mktemo defaults to
# Use the template GNU mktemp defaults to
# The downside to this is that we need to account for unset TMPDIR
tempfile=$(mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX") || fatal "could not create tempfile: '${tempfile}'" 51
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment