Ignore:
Timestamp:
Dec 12, 2004, 1:25:19 AM (20 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e6d4ccb
Parents:
205da86
Message:

bumping to 0.1.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/libtoolkludge

    r205da86 r77494e7  
    11#! /bin/sh
    22
     3# added --mode=link
    34if test \( $# -gt 1 \) -a \( $1 = "--mode=link" \); then
     5  shift;
     6  echo " libtoolkludge running \"$*\""
     7  $*
     8  exit 0
     9elif test \( $# -gt 1 \) -a \( $1 = "--mode=install" \); then
    410  shift;
    511  echo " libtoolkludge running \"$*\""
Note: See TracChangeset for help on using the changeset viewer.