diff options
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ default_sanitycheck() { while [ $# -gt 1 ]; do local file="$2" shift 2 - source_has $file || die "$file exists in ${algo}sums but is missing in source" + source_has $file || die "$file exists in ${algo}sums but is missing in \$source" done done |