From 081556a487ae08815287fdba7a6bfeb495a4cc9d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 1 Sep 2012 18:13:27 +0100 Subject: [PATCH] blight-startup.tcl: Tclx 8.4 uses `package' rather than a custom binary. --- blight-startup.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blight-startup.tcl b/blight-startup.tcl index c2a2436..16c3aa0 100755 --- a/blight-startup.tcl +++ b/blight-startup.tcl @@ -1,4 +1,5 @@ -#!/usr/bin/tcl -f +#!/usr/bin/tclsh8.4 +package require Tclx source blight.tcl set tcl_prompt1 { puts -nonewline "% " } set tcl_prompt2 { puts -nonewline "> " } -- 2.11.0