From f94b3735a033cd951d13f044574519cb9c467940 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Mon, 20 Jan 2020 05:07:48 -0700 Subject: [PATCH] package: fix manual rebuild all --- travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis.sh b/travis.sh index b53a3d9ea..42d9a2ed0 100755 --- a/travis.sh +++ b/travis.sh @@ -31,7 +31,7 @@ env: ' if [[ "$FORCE_BUILD" == "ALL" ]]; then - ./rebuild_all + ./rebuild_all.sh exit elif [[ -n "${FORCE_BUILD+x}" ]]; then for FI in "${FORCE_BUILD[@]}"; do