cleanup, remove whitespace at end of lines
SVN-Revision: 61
This commit is contained in:
parent
803c2fc439
commit
e685d5f8a3
1 changed files with 21 additions and 23 deletions
|
@ -1,8 +1,6 @@
|
|||
#!/bin/sh
|
||||
#!/bin/ash
|
||||
|
||||
debug () {
|
||||
[ -z "$DEBUG" ] || echo $1
|
||||
}
|
||||
alias debug=${DEBUG:-true}
|
||||
|
||||
# allow env to override nvram
|
||||
nvram_get () {
|
||||
|
|
Loading…
Reference in a new issue