]> git.armaanb.net Git - stagit.git/blobdiff - repo-gen.sh
Fix highlight script location.
[stagit.git] / repo-gen.sh
index b58559fb7d1ba32a8ce80c70b5ac75dd02e02483..c2a25a81c29ad9cde5b5523cb93847af608e2866 100755 (executable)
@@ -24,6 +24,7 @@ for repo in /srv/git/*.git; do
        [ ! -f style.css ]   && ln -s ../style.css ./
        [ ! -f favicon.png ] && ln -s ../favicon.png ./
        [ ! -f logo.png ]    && ln -s ../logo.png ./
+       [ ! -f highlight ]   && ln -s ../highlight ./
 
        echo "git://git.knutsen.co/$repo" > "/srv/git/$repo.git/url"