Change 'sift' to 'pt-sift'.

This commit is contained in:
Daniel Nichter
2011-08-11 16:22:47 -06:00
parent bf2cb4edba
commit e36111af3e

View File

@@ -455,7 +455,7 @@ main() {
# Execute the program if it was not included from another file. This makes it
# possible to include without executing, and thus test.
if [ "$(basename "$0")" = "sift" ] || [ "$(basename "$0")" = "bash" -a "$_" = "$0" ]; then
if [ "$(basename "$0")" = "pt-sift" ] || [ "$(basename "$0")" = "bash" -a "$_" = "$0" ]; then
main "$@"
fi