[LLVMbugs] [Bug 7871] New: Make MultiSource/Applications/sqlite3/speedtest.tcl portable.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Aug 11 01:06:30 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7871
Summary: Make MultiSource/Applications/sqlite3/speedtest.tcl
portable.
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
FreeBSD installs TCL in /usr/local/bin.
Index: MultiSource/Applications/sqlite3/speedtest.tcl
===================================================================
--- MultiSource/Applications/sqlite3/speedtest.tcl (revision 110776)
+++ MultiSource/Applications/sqlite3/speedtest.tcl (working copy)
@@ -1,4 +1,4 @@
-#!/usr/bin/tclsh
+#!/usr/bin/env tclsh
#
# Run this script using TCLSH to do a speed comparison between
# various versions of SQLite and PostgreSQL and MySQL
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list