#!/bin/sh

ignoreflock_LIBRARY="/usr/lib/libignoreflock.so.0"

# invoke the program with the args given
LD_PRELOAD="$ignoreflock_LIBRARY${LD_PRELOAD:+:$LD_PRELOAD}" exec "$@"

