Remove superfluous slashes

This commit is contained in:
Raf Czlonka 2021-10-01 01:26:50 +01:00
parent 59555ff658
commit cb419db537
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
TEMPDIR=/tmp/openbsd-webzine/
TEMPDIR=/tmp/openbsd-webzine
generate-site: clean
ls | grep issue- | sort -n | xargs -n 1 tools/make_issue.sh

View File

@ -1,7 +1,7 @@
#!/bin/sh
usage() {
echo "./$0 directory"
echo "$0 directory"
exit 1
}