Fix eix-checkout script

atratsevskiy
parent 163e2107d9
commit 5e11e233d2

@ -2,7 +2,7 @@
#!/bin/bash
# Unpack portage and overlay from git
if ! [[ -e /usr/portage/licenses ]]
if git status --short | grep -m1 "^ D " &>/dev/null
then
# unpack portage
cd /usr/portage

Loading…
Cancel
Save