Use tabs as indentation consistently

This commit is contained in:
abcdefg30
2020-07-02 23:54:57 +02:00
committed by Oliver Brakmann
parent b3ee8b447e
commit a6d8d6cd8e
6 changed files with 65 additions and 65 deletions

View File

@@ -2,8 +2,8 @@
# OpenRA packaging script for versioned source tarball
if [ $# -ne "2" ]; then
echo "Usage: $(basename "$0") tag outputdir"
exit 1
echo "Usage: $(basename "$0") tag outputdir"
exit 1
fi
# Set the working dir to the location of this script