mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
12 lines
297 B
Bash
12 lines
297 B
Bash
|
|
$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
|