diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-16 05:12:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-16 05:12:00 +0000 |
commit | d2e8380281d37fbe66ffb6d204f23d3ac5687bae (patch) | |
tree | ad432a54719f9a46bfdba4c761f3d46393a1a956 /sbin | |
parent | 57f13ba8d04b6c0bcf7aa0f4ae187e1c0f1f5681 (diff) | |
download | pfsense-d2e8380281d37fbe66ffb6d204f23d3ac5687bae.zip pfsense-d2e8380281d37fbe66ffb6d204f23d3ac5687bae.tar.gz |
Remove the space from #! line
Diffstat (limited to 'sbin')
-rwxr-xr-x | sbin/athctrl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/athctrl.sh b/sbin/athctrl.sh index 6a42ae1..6ba35ff 100755 --- a/sbin/athctrl.sh +++ b/sbin/athctrl.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh # # Set the IFS parameters for an interface configured for # point-to-point use at a specific distance. Based on a |