blob: 904d093fb3dd2bb260703abb4500db40bdcb5adc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- /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
|