~ salmonella-environment-setup (master) 4136372d4e8f3851c6266c1fca6189ab7c67e346


commit 4136372d4e8f3851c6266c1fca6189ab7c67e346
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Nov 22 10:32:22 2020 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Nov 22 10:32:30 2020 +0100

    run-salmonella.sh: assume C4 prefix is $HOME/local/chicken-4
    
    Now that CHICKEN 5 is the default CHICKEN, it doesn't make sense to
    use $HOME/local/chicken for CHICKEN 4.  From now on require the major
    version to be present in prefixes.

diff --git a/run-salmonella.sh b/run-salmonella.sh
index a99c6c4..5c15079 100755
--- a/run-salmonella.sh
+++ b/run-salmonella.sh
@@ -24,7 +24,7 @@ EOF
 }
 
 # Conf files use these environment variables
-export CHICKEN_4_PREFIX=$HOME/local/chicken
+export CHICKEN_4_PREFIX=$HOME/local/chicken-4
 export CHICKEN_5_PREFIX=$HOME/local/chicken-5
 export CHICKEN_5_EGGS_DIR=$HOME/src/chicken-5-eggs
 export SALMONELLA_REPORTS_DIR=$HOME/salmonella/reports
Trap