protonscr

steam_msg.sh should have proper sh-bang magic sequence

steamclosed reviewedSteam client
ValveSoftware/steam-for-linux#2199 · opened 2013-03-21 by baryluk · updated 2013-04-25 · 4 comments · github
Bbaryluk 2013-03-21 github

Right now, when starting steam

: not foundxx/.local/share/Steam/steam_msg.sh: 2: /home/xxx/.local/share/Steam/steam_msg.sh: shift
: not foundxx/.local/share/Steam/steam_msg.sh: 3: /home/xxx/.local/share/Steam/steam_msg.sh: 
/home/xxx/.local/share/Steam/steam_msg.sh: 4: /home/xxx/.local/share/Steam/steam_msg.sh: Syntax error: word unexpected (expecting "in")

This because steam_msg.sh misses proper "#!/bin/sh" (or bash) sequence. It also have Windows style new lines!

Please fix.

thanks.

Bbaryluk 2013-03-21 github

It is very annoying, because the file is being overwritten automatically on startup each time I start steam.

Ggdrewb-valve maintainer 2013-03-21 github

This will be fixed in the next beta.

Bbaryluk 2013-03-22 github

@gdrewb-valve Cool, thanks for quick response!

Ggdrewb-valve maintainer 2013-03-25 github

This should be fixed in the latest client beta.

Nothing extracted yet.