diff options
Diffstat (limited to 'scripts/deptest.sh')
-rwxr-xr-x | scripts/deptest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deptest.sh b/scripts/deptest.sh index 7da382d954..938094b877 100755 --- a/scripts/deptest.sh +++ b/scripts/deptest.sh @@ -111,7 +111,7 @@ test_package() # $1=pkgname touch "$STAMP_SUCCESS" else touch "$STAMP_FAILED" - echo "Building package $pkg failed!" + echo "Building package $pkg FAILED" fi } |