Commit b2d825e277e5e25ed5445be7778e32ad06ae12bf

Authored by Goutte
1 parent d226f791

Make the publication script shebang more portable (experimental, may break thing…

…s on your setup @Myriam)
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
bin/publish
1   -#!/bin/bash
  1 +#!/usr/bin/env bash
2 2  
3 3 # Upload the sources to our production server, with minimal effort.
4 4  
... ...