mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
27df04e06b
PR: 11712 Submitted by: maintainer
13 lines
330 B
Plaintext
13 lines
330 B
Plaintext
--- /tmp/rosegarden-2.1/petal/harmonizer.tcl Wed Oct 22 22:18:27 1997
|
|
+++ ./petal/harmonizer.tcl Fri May 14 17:22:11 1999
|
|
@@ -1,7 +1,7 @@
|
|
#!/bin/sh
|
|
# FilterName: Harmonize
|
|
-# the next line restarts using tclsh \
|
|
-exec tclsh "$0" "$@"
|
|
+# the next line restarts using tclsh8.0 \
|
|
+exec tclsh8.0 "$0" "$@"
|
|
|
|
# Trivial harmonizer
|
|
|