fix compile.sh for using proper deps - pee - Pee a password manager;Pee - because you have to...
 (HTM) git clone git://vernunftzentrum.de/pee.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 85eda4d04bf59798d681c156d61efafcc479f2d4
 (DIR) parent 7a88e2804ae2cd6fdce70ecf46d257df4454e9f1
 (HTM) Author: Christian Kellermann <ckeen@pestilenz.org>
       Date:   Wed, 16 Nov 2016 11:12:25 +0100
       
       fix compile.sh for using proper deps
       
       Diffstat:
         compile.sh                          |      13 +++++++++++--
       
       1 file changed, 11 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/compile.sh b/compile.sh
       @@ -6,10 +6,19 @@ DEVNULL=/dev/null
        
        # order matters
        DEPS="\
       +iset \
       +regex \
       +make \
       +utf8 \
        fmt \
        matchable \
       -string-utils \
       +setup-helper \
       +miscmacros \
        check-errors \
       +record-variants \
       +synch \
       +lookup-table \
       +string-utils \
        blob-utils \
        foreigners \
        getopt-long \
       @@ -27,7 +36,7 @@ echo -n '(define-constant program-version "' $(git tag | sort -nr | head -1) '")
        echo "Creating local repo"
        chicken-install -i ./repo > $DEVNULL
        export CHICKEN_REPOSITORY=$(pwd)/repo
       -CSC_OPTION="-r ./repo"
       +export CSC_OPTION="-r ./repo"
        
        echo -n "Downloading dependencies: "
        for d in $DEPS