From d4f73299a6e6e8628c33b2756f23c65ab7f8b55b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Sun, 19 Mar 2017 23:44:59 +0000 Subject: [PATCH] typo fixed --- build-in-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-in-docker.sh b/build-in-docker.sh index 47c28e9..607fe82 100755 --- a/build-in-docker.sh +++ b/build-in-docker.sh @@ -285,7 +285,7 @@ EOF if test "$INSTALL_TOOL" = "urpmi --auto"; then LSB_RELEASE=lsb-release else - LSB-RELEASE=/usr/bin/lsb_release + LSB_RELEASE=/usr/bin/lsb_release fi docker exec ${DOCKER_ID} ${INSTALL_TOOL} rpm-build automake libtool subversion gcc-c++ pkgconfig wget $LSB_RELEASE i=0