mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
Follow bashstyle where possible
This commit is contained in:
@@ -25,7 +25,7 @@ case "$1" in
|
||||
line=$(echo $line | trim)
|
||||
CMD=$(echo $line | awk '{ print $1 }')
|
||||
|
||||
[ -z $CMD ] && continue
|
||||
[[ -z $CMD ]] && continue
|
||||
|
||||
[[ "$line" != "$(fc -ln -1 | trim)" ]] && history -s "$line"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user