1
0
mirror of https://github.com/danog/learn-bash.git synced 2024-11-29 20:09:04 +01:00

Trigger travis

This commit is contained in:
Daniil Gentili 2015-09-30 20:03:04 +02:00
parent ceb6146d1b
commit 276f76b31f

View File

@ -4,7 +4,7 @@
# This project is licensed under the GPLv3 license.
# Thanks to The Linux Documentation Project and to everyone @ #openshells @freenode.
# v1.1
#
# First checks and functions.
[ -f /bin/bash ] && bash="/bin/bash" || bash="$(which -a bash | tail -1)"