Skip to content

Commit e712e7c

Browse files
cheina97claudiolor
andauthored
Update build/liqo/build.sh
Co-authored-by: Claudio Lorina <[email protected]>
1 parent 295499a commit e712e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/liqo/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ $# -ne 1 ]; then
1515
exit 1
1616
fi
1717

18-
targetdir="$1"
18+
componentdir="$1"
1919
if [ ! -d "$targetdir" ]; then
2020
echo "Error: $targetdir is not a directory" >&2
2121
exit 1

0 commit comments

Comments
 (0)