~ubuntu-branches/ubuntu/utopic/mongrel2/utopic

« back to all changes in this revision

Viewing changes to init.sh

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-06-11 15:26:26 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140611152626-7ixr3pdpkvjk7h92
Tags: 1.9.1-1
* Update to upstream release 1.9.1
* remove binary .swf files from source tarball
* revert certificate workaround (fixed upstream)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
if git submodule status| grep '^-'; then git submodule init && git submodule update; fi
 
1
if test -d .git && git submodule status| grep '^-'; then git submodule init && git submodule update; fi
2
2
cp src/polarssl_config.h src/polarssl/include/polarssl/config.h