Skip to content
Snippets Groups Projects
Commit bafe5a61 authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

add readOnlyFS patch

parent 6614d6f0
No related branches found
No related tags found
No related merge requests found
diff --git App/tools/expandDBD.tcl App/tools/expandDBD.tcl
index 0539876..747208b 100755
--- App/tools/expandDBD.tcl
+++ App/tools/expandDBD.tcl
@@ -1,4 +1,6 @@
-#!/usr/bin/tclsh
+#!/bin/sh
+# the next line restarts using tclsh \
+exec tclsh "$0" "$@"
package require Tclx
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment