--- a/samples/origins.tcl
+++ b/samples/origins.tcl
@@ -1,19 +1,6 @@
-#!/bin/sh
+#!/usr/bin/env wish
 # Access the "origins" table in the wines database. Not much more than
 # tablescreen, just add a list window
-
-# The following nonsense is required because mysqlwish dumps core when 
-# SQLDBTYPE is ODBC, reason unknown.
-# The following lines are executed by sh, not by wish because of the
-# backslashes... Puke loudly
-#\
-case "A$SQLDBTYPE" in 
-#\
-  A|AMYSQL) exec mysqlwish "$0" "$@";;
-#\
-*) exec wish "$0" "$@";; 
-#\
-esac
 
 package require sqlsc