view admin/octlink.sh @ 12693:c76411f5c22e octave-forge

fix prototyp definition of mexFunktion (reverts partly commit 12878)
author schloegl
date Sat, 12 Sep 2015 19:19:57 +0000
parents 8c2efbabad2b
children
line wrap: on
line source

#! /bin/sh

FN2=`echo $2 | sed -e's/.octlink//'`
FN1=`echo $1 | sed -e's/.oct//'`
if test -e $2 ; then /bin/rm $2; fi
echo "autoload (\"$FN2\", which (\"$FN1\"));" > $2