mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
Don't hardcode the bonsai directory name.
This commit is contained in:
parent
052bbf9a8c
commit
dfccf26292
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user