Skip to content

Commit

Permalink
Fix Shell in System Tab Replace new line to Null
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 14, 2012
1 parent 5d57e97 commit 695c2c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SearchString=True
[OpenFile]
File[1]=".src/Finfosys.form"
Active=2
File[2]=".src/Finfosys.class:173.2"
File[2]=".src/Finfosys.class:173.54"
File[3]=".src/Global.class:111.36"
File[4]=".src/About.form"
File[5]=".src/About.class:63.30"
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Public Sub System()
Shell "glxinfo | grep 'GLX version:' | sed -n '1p' | cut -d ':' -f 2" Wait To glx_version
Shell "echo $SHELL" Wait To TextArea48.Text
distrodetect.distro_detect()

TextArea48.Text = Replace(TextArea48.Text, "\n", "")
TextArea31.Text = Replace(gcc, "\n", "")
TextArea33.Text = Replace(hostname, "\n", "")
TextArea36.Text = Replace(arch, "\n", "")
Expand Down

0 comments on commit 695c2c9

Please sign in to comment.