~ubuntu-branches/ubuntu/trusty/fl-cow/trusty

« back to all changes in this revision

Viewing changes to debian/cow-script

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2005-10-21 10:20:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051021102003-ctyjlxxrxelok5gt
Tags: 0.6-1
New upstream, fixes FTBFS on alpha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# This script runs a single command with fl-cow loaded.
 
3
export FLCOW_PATH=$FLCOW_PATH:/
 
4
export LD_PRELOAD=$LD_PRELOAD:libflcow.so
 
5
exec "$@"