diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index c00b6ca5..02623b3b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -320,7 +320,7 @@ call_diffoscope_on_changes_files() { local TIMEOUT="30m" DBDSUITE=$SUITE if [ "$SUITE" = "experimental" ] ; then - # there is no extra diffoscope-schroot for experimental because we specical case ghc enough already ;) + # there is no extra diffoscope-schroot for experimental ( because we specical case ghc enough already ) DBDSUITE="unstable" fi set -x # FIXME: to debug diffopscpe/schroot problems |