mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-07 05:41:13 -05:00
Fix the confusing warning: ERROR! Source file debian/changelog.in missing.
This commit is contained in:
@@ -10,8 +10,9 @@ fi
|
||||
|
||||
INFILE_PATH=${1}${INFILE_SUFFIX}
|
||||
|
||||
if [ -e ${INFILE_PATH} ]; then
|
||||
if [ ! -e ${INFILE_PATH} ]; then
|
||||
echo "ERROR! Source file ${INFILE_PATH} missing."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -e ${1} ]; then
|
||||
|
||||
Reference in New Issue
Block a user