Rewrite current config

This commit is contained in:
Braiden Vasco 2017-11-04 07:03:38 +00:00
parent 8daba7581f
commit 4ac835fdcc
1 changed files with 0 additions and 5 deletions

5
configure vendored
View File

@ -13,9 +13,4 @@ if [ ! -f "$CONFIG" ]; then
exit 1
fi
if [ -f 'config.mk' ]; then
echo >&2 "ERROR: file 'config.mk' already exist"
exit 1
fi
cp "$CONFIG" 'config.mk'