diff options
Diffstat (limited to 'gnu/usr.bin/grep/tests/options.sh')
-rwxr-xr-x | gnu/usr.bin/grep/tests/options.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/grep/tests/options.sh b/gnu/usr.bin/grep/tests/options.sh index 3415018561aa..0f1852971d82 100755 --- a/gnu/usr.bin/grep/tests/options.sh +++ b/gnu/usr.bin/grep/tests/options.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test for POSIX.2 options for grep # # grep [ -E| -F][ -c| -l| -q ][-insvx] -e pattern_list |