aboutsummaryrefslogtreecommitdiffstats
path: root/c_josh.go
diff options
context:
space:
mode:
Diffstat (limited to 'c_josh.go')
-rw-r--r--c_josh.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/c_josh.go b/c_josh.go
index ad35c80..451f837 100644
--- a/c_josh.go
+++ b/c_josh.go
@@ -54,8 +54,6 @@ import (
func main() {
var data_dir string
- if data_dir = c_get_data_dir() + "/josh"; len(data_dir) == 0 {
- c_die("couldn't find josh home directory", nil)
- }
+ data_dir = c_get_data_dir()
fmt.Println("data dir: ", data_dir)
}