Commit bc897caf authored by nimrod's avatar nimrod
Browse files

Handle directories with upper case letters.

parent 3715814a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
set -eu
docker build -t "$(basename "$PWD")" ./
docker build -t "$(basename "$PWD" | awk "{print tolower(\$0)}" )" ./