misc: move some scripts from src/stub/scripts to misc/scripts

This commit is contained in:
Markus F.X.J. Oberhumer
2022-08-23 02:55:30 +02:00
parent be30c26dbb
commit 45e6e73d85
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo
if [[ $TRAVIS_OS_NAME == linux ]]; then
cd / && cd $upx_SRCDIR || exit 1
echo "Checking source code for whitespace violations..."
bash ./src/stub/scripts/check_whitespace.sh || exit 1
bash ./misc/scripts/check_whitespace.sh || exit 1
echo " Passed."
fi # linux