Skip to content

Add dummy --login argument to ion

Michael Aaron Murphy requested to merge Sag0Sag0:master into master

Created by: Sag0Sag0

Problem: Many terminal emulators automatically pass -l as an argument. Currently ion does not do anything when it is invoked as a login shell and doesn't check for -l. This means that ion tries to execute -l as a shell script.

Solution: I implemented a dummy -l.

Merge request reports