diff options
author | Ethan Sommer <e5ten.arch@gmail.com> | 2020-04-15 15:35:24 -0400 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-04 16:06:08 +0300 |
commit | ec83a5a57065fdde20eb8cdb5074b7b52e8256fb (patch) | |
tree | 9168d0f8f57eafc0d5a4abe975463b376183a9f9 /scripts | |
parent | da9daae9d7868522d6c0f346c47edf455fc37f57 (diff) | |
download | toybox-ec83a5a57065fdde20eb8cdb5074b7b52e8256fb.tar.gz |
record-commands: change shebang to sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/record-commands | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/record-commands b/scripts/record-commands index 8410966b..f49bcff9 100755 --- a/scripts/record-commands +++ b/scripts/record-commands @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Set up command recording wrapper |