Skip to content

Commit 65a7a2f

Browse files
committed
Typo πŸ€¦β€β™‚οΈ
1 parent 4343fc3 commit 65a7a2f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

β€ŽDESCRIPTIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: fs
22
Title: Cross-Platform File System Operations Based on 'libuv'
3-
Version: 2.0.0
3+
Version: 2.0.0.9000
44
Authors@R: c(
55
person("Jim", "Hester", role = "aut"),
66
person("Hadley", "Wickham", role = "aut"),

β€Žconfigureβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ elif test -f "/etc/os-release" && grep -Fq Ubuntu "/etc/os-release"; then
3333
USE_BUNDLED_LIBUV=true
3434
fi
3535

36-
if [ "USE_BUNDLED_LIBUV" ]; then
36+
if [ "$USE_BUNDLED_LIBUV" ]; then
3737
echo "Building static libuv" 1>&2
3838
cp -f src/Makevars.vendor src/Makevars
3939
exit 0

β€Žversion.txtβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.0.0

0 commit comments

Comments
Β (0)