typo in common.sh

This commit is contained in:
Christopher Roy Bratusek 2013-06-20 21:28:40 +02:00
parent 2d51f0d753
commit 164c621a9d

View File

@ -112,7 +112,7 @@ while [[ $xcount -lt $pcount ]]; do
unzip "${RIIVOLUTION}" >/dev/null unzip "${RIIVOLUTION}" >/dev/null
else else
echo -e "Riivolution patch ${RIIVOLUTION} not found." echo -e "Riivolution patch ${RIIVOLUTION} not found."
exit1 exit 1
fi fi
;; ;;