1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-03-31 17:25:14 -04:00

Rewrite current config

This commit is contained in:
Braiden Vasco 2017-11-04 07:03:38 +00:00
parent 8daba7581f
commit 4ac835fdcc

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'