1
0
mirror of https://bitbucket.org/shim_/docker-rtm.git synced 2018-10-04 01:52:08 +02:00

bash is a shitty language

This commit is contained in:
shim_ 2016-06-13 16:16:08 +02:00
parent 9136101731
commit 664836d680

View File

@ -23,7 +23,7 @@ function fetch_installer {
fi
}
if [ -d "$BINARYDIR" && -f $BINARY ]; then
if [[ -d "$BINARYDIR" && -f $BINARY ]]; then
report_loop
else
if [ -f "$INSTALLER" ]; then