Skip to content

Commit

Permalink
Fixes for bash location
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 29, 2014
1 parent 5fdf754 commit 7e08147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ End
Public Sub System()
Dim hostname, arch, gcc, timezone, xorg_version, glx_version As String
Dim SCREENFETCH_P As Process
SCREENFETCH_P = Exec [System.Path &/ "bin/bash"] For Write
SCREENFETCH_P = Exec ["" & ChkPrm.ChkExecDir("bash") & ""] For Write
Write #SCREENFETCH_P, File.Load("Data/screenfetch-dev")
SCREENFETCH_P.Wait
SCREENFETCH = JSON.Decode(File.Load(User.Home & "/.i-nex/screenfetch.json"))
Expand Down

0 comments on commit 7e08147

Please sign in to comment.