mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
Fix typo
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
|||||||
|
|
||||||
# Set shell to first argument that is not "-", "-h" or "--help".
|
# Set shell to first argument that is not "-", "-h" or "--help".
|
||||||
for arg in "$@"; do
|
for arg in "$@"; do
|
||||||
if [ "$arg" != "-" ] &&[ "$arg" != "-h" ] && [ "$arg" != "--help" ]; then
|
if [ "$arg" != "-" ] && [ "$arg" != "-h" ] && [ "$arg" != "--help" ]; then
|
||||||
shell="$arg"
|
shell="$arg"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user