mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Shell scripts: fix bare variables
This makes my IDE a bit more silent :-) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -26,5 +26,5 @@ if [ ! -f "${dir}/${bin}.installer" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
. $dir/$bin.installer
|
||||
install_$bin "$@"
|
||||
. ${dir}/${bin}.installer
|
||||
install_${bin} "$@"
|
||||
|
||||
Reference in New Issue
Block a user