summaryrefslogtreecommitdiffstats
path: root/scripts/steam-oldchat
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/steam-oldchat')
-rwxr-xr-xscripts/steam-oldchat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/steam-oldchat b/scripts/steam-oldchat
index 1f3df12..4b2b0cb 100755
--- a/scripts/steam-oldchat
+++ b/scripts/steam-oldchat
@@ -1,5 +1,5 @@
-#!/bin/bash
+#!/bin/sh
-steam-native -no-browser $@
+steam-native -no-browser "$@"
# vim: expandtab sw=2 ts=2