Merge pull request #15 from ids1024/unstage

Make stage call unstage
This commit is contained in:
Jeremy Soller 2017-06-08 15:01:48 -06:00 committed by GitHub
commit 52db55a5ea

View File

@ -173,6 +173,7 @@ function op {
popd > /dev/null
;;
stage)
op $1 unstage
mkdir -p stage
pushd build > /dev/null
skip=0