@@ -23,9 +23,9 @@ my $type = (defined nextarg() ? shift : guesstype $name);
my $bangs = {
pl => `which perl`,
- sh => `which sh`,
+ sh => '/bin/sh',
py => `which python`,
- bash => `which bash`,
+ bash => '/bin/bash',
sed => `which sed`,
bc => `which bc`
};