Forgetting to put quotes around the pushd directory came back to bite me.
This commit is contained in:
parent
e5cb7c2644
commit
87a0963b54
@ -262,7 +262,7 @@ game_launcher() {
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
pushd ${game%/*}
|
||||
pushd "${game%/*}"
|
||||
exec ${game%|}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user