summarylogtreecommitdiffstats
path: root/bted_script
diff options
context:
space:
mode:
Diffstat (limited to 'bted_script')
-rw-r--r--bted_script6
1 files changed, 3 insertions, 3 deletions
diff --git a/bted_script b/bted_script
index 69ba703093fb..e667117ac9ac 100644
--- a/bted_script
+++ b/bted_script
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env sh
#This is the script for running the actual bted executable
-cd /usr/share/btanks/
+cd /usr/share/games/btanks/
export LD_LIBRARY_PATH=/usr/lib/btanks
-exec ./bted
+./bted "$@"