Permalink
Browse files
Fix typo in install script.
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
install
|
|
@@ -11,7 +11,7 @@ |
|
|
# NOTE: install is part of coreutils and busybox.
|
|
|
|
|
|
die() {
|
|
|
echo "FATAL install error: $@" 1<&2
|
|
|
echo "FATAL install error: $@" 1>&2
|
|
|
exit 1
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
49c7a8c