diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:08:10 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-03 16:08:10 -0600 |
| commit | a10f69317f2d35d3221242d43a6dc8ec4141fe5d (patch) | |
| tree | 9a4361620d793dde4da44f3db10998fe430fb875 /tools | |
| parent | 886f442a2dfc7418209e54191f2e646ac0c86676 (diff) | |
| download | busybox-w32-packaging-a10f69317f2d35d3221242d43a6dc8ec4141fe5d.tar.gz busybox-w32-packaging-a10f69317f2d35d3221242d43a6dc8ec4141fe5d.tar.bz2 busybox-w32-packaging-a10f69317f2d35d3221242d43a6dc8ec4141fe5d.zip | |
fix shebang line
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | #!/usr/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | rc-service networking start | 3 | rc-service networking start |
| 4 | 4 | ||
