proper bash interpreter initialization

This commit is contained in:
Fabien Benetou
2011-07-14 02:01:00 +02:00
parent 8bc2cf1b2e
commit 08e19d2a2b
29 changed files with 29 additions and 29 deletions

2
shell_scripts/error_search Executable file → Normal file
View File

@@ -1,4 +1,4 @@
#!/bin/sh
#! /usr/bin/env bash
if [ $# -lt 1 ]
then
echo "usage: my_failing_cmd 2>&1 > /dev/null | error_search"