diff options
author | Pádraig Brady <P@draigBrady.com> | 2015-11-10 12:59:40 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-11-10 13:03:33 +0000 |
commit | dcae88c00962729db2978ab41007683394bbbfa9 (patch) | |
tree | c21bc696b8768627f22c5b2857fbb1dd76957071 /tests/misc/nice.sh | |
parent | 41a4c714e49e26f290e0c2e27a61d9086e633b52 (diff) | |
download | coreutils-dcae88c00962729db2978ab41007683394bbbfa9.tar.xz |
maint: use standard spacing in shebang line in tests
It's better to be consistent even though spacing is insignificant:
http://www.in-ulm.de/~mascheck/various/shebang/#blankrequired
Diffstat (limited to 'tests/misc/nice.sh')
-rwxr-xr-x | tests/misc/nice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/nice.sh b/tests/misc/nice.sh index 59316ec5a..7852df75f 100755 --- a/tests/misc/nice.sh +++ b/tests/misc/nice.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # Test "nice". # Copyright (C) 2002-2015 Free Software Foundation, Inc. |