From 3d15890aeda01cc1f92a41f01453b0bf26f508c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 15 Oct 2016 20:01:21 +0000 Subject: Fixes midipix.sh. --- midipix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'midipix.sh') diff --git a/midipix.sh b/midipix.sh index 65913c40..cc168d18 100755 --- a/midipix.sh +++ b/midipix.sh @@ -13,9 +13,9 @@ m) MIDIPIX_DNAME_DIST=minipix; ;; echo " -m: use Minipix distribution"; exit 0; esac; done; if [ -n "${1}" ]; then - MIDIPIX_PATH:=$(cygpath -am "${1}"); cd ${MIDIPIX_PATH} || exit 1; + MIDIPIX_PATH=$(cygpath -am "${1}"); cd ${MIDIPIX_PATH} || exit 1; else - MIDIPIX_PATH:=$(cygpath -am .); + MIDIPIX_PATH=$(cygpath -am .); fi; printf "%-35s: %s\n" "Absolute Midipix pathname" "${MIDIPIX_PATH}"; printf "%-35s: %s\n" "Distribution name" "${MIDIPIX_DNAME_DIST:=native}"; -- cgit v1.2.3