blob: 88f9620af856da1551d40d3ac3cc39c029e070fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- dirdiff.orig Tue Mar 13 20:30:41 2001
+++ dirdiff Fri Mar 5 04:55:43 2004
@@ -1,6 +1,6 @@
#!/bin/sh
# Tcl ignores the next line \
-exec wish "$0" -- "${1+$@}"
+exec wish8.4 "$0" -- "${1+$@}"
# Copyright (C) 1999-2001 Paul Mackerras. All rights reserved.
# This program is free software; it may be used, copied, modified
|