Skip to content

Commit

Permalink
Typo in mlton template
Browse files Browse the repository at this point in the history
  • Loading branch information
dmalikov committed Feb 5, 2013
1 parent 475da81 commit 8310608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/mlton_bin.erb
@@ -1,3 +1,3 @@
#!/bin/bash

/usr/bin/mlton -mlb-path-var 'SMACKAGE <%= @home %>.smackage/lib' "$@"
/usr/bin/mlton -mlb-path-var 'SMACKAGE <%= File.join(@home,".smackage/lib") %>' "$@"

0 comments on commit 8310608

Please sign in to comment.