Skip to content

Commit

Permalink
fixed compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuji committed May 23, 2012
1 parent af24a22 commit 1417e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/core.clj
Expand Up @@ -4,7 +4,7 @@
(:require [clojure.zip :as zip]
[clojure.java.io :as io]
[clojure.string :as string]
[clojure.java.sh :as sh])
[clojure.java.shell :as sh])
(:import (java.io File FilenameFilter)))

;; Once you've started a JVM, that JVM's working directory is set in stone
Expand Down

0 comments on commit 1417e45

Please sign in to comment.