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