el-get/test/test-all-recipes.sh
Rüdiger Sonderfeld 570555b72f Change bash shebang to use /usr/bin/env.
That makes those scripts usable on systems where GNU bash is not in
/bin/.  E.g., NixOS.
2014-08-18 01:09:16 +02:00

7 lines
188 B
Bash
Executable File

#!/usr/bin/env bash
cd "$(dirname "$0")"
echo "If you are sure you want to test ALL the recipes, run the following command:"
echo "$PWD/test-recipe.sh $PWD/../recipes/*.rcp 2>/dev/null"