Don't hardcode the bonsai directory name.
git-svn-id: svn://10.0.0.236/trunk@4220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -18,8 +18,11 @@
|
||||
# Netscape Communications Corporation. All Rights Reserved.
|
||||
|
||||
|
||||
# cd /u/terry/warproot/projects/bonsai
|
||||
cd /d/webdocs/projects/bonsai
|
||||
if {[llength $argv] > 0} {
|
||||
cd [lindex $argv 0]
|
||||
} else {
|
||||
cd [file dirname $argv0]
|
||||
}
|
||||
|
||||
set filename data/admin.[id process]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user