diff options
Diffstat (limited to 'games/bogged/files')
-rw-r--r-- | games/bogged/files/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/bogged/files/patch-aa b/games/bogged/files/patch-aa new file mode 100644 index 000000000000..f303074519f5 --- /dev/null +++ b/games/bogged/files/patch-aa @@ -0,0 +1,10 @@ +--- bogged-1.0.0 Mon May 18 11:52:13 1998 ++++ /home/andy/tmp/wrk/bogged-1.0.0 Mon May 18 11:51:59 1998 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-exec wish "$0" "$@" ++exec wish8.0 "$0" "$@" + + # + # Bogged is Copyright 1998 Todd David Rudick |