aboutsummaryrefslogblamecommitdiff
path: root/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
blob: b84311483c68428542a87a74182f52864d636ef7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                           

$FreeBSD$

--- qscanplot/plugins/make-all-plugins.sh	2002/04/23 09:48:36	1.1
+++ qscanplot/plugins/make-all-plugins.sh	2002/04/23 09:51:37
@@ -4,5 +4,5 @@
 
 for i in `cat FUNCTIONS`; do
   echo ; echo \# Generating plugin for function \"$i\":
-  . make-plugin.sh $i
+  ./make-plugin.sh $i
 done