spelling error

This commit is contained in:
James Tomasino 2018-07-15 20:32:56 -04:00
parent d37369df53
commit 6dce0f1924
1 changed files with 2 additions and 2 deletions

4
burrow
View File

@ -635,8 +635,8 @@ main () {
if [ $arg_root -gt 0 ]; then if [ $arg_root -gt 0 ]; then
# If we don't have a gophermap, create one to avoid # If we don't have a gophermap, create one to avoid
# accidentally sorting the file on first-time generation # accidentally sorting the file on first-time generation
if [ ! -f "${config_dir_gopher}/gophermap" ]; then if [ ! -f "${config_dir_gopher}gophermap" ]; then
touch "${config_dir_gopher}/gophermap" touch "${config_dir_gopher}gophermap"
fi fi
make_post "" \ make_post "" \
"" \ "" \