Skip to content

Commit 6e32c6d

Browse files
committed
Simplify cp command
* This would create the directory as it does not exist, but is less obvious.
1 parent d95416f commit 6e32c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/import-mri-files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cp ../ruby/ext/pty/lib/*.rb lib/mri
4040
cp ../ruby/ext/psych/lib/psych.rb lib/mri
4141
cp -r ../ruby/ext/psych/lib/psych lib/mri
4242

43-
cp -r ../ruby/ext/syslog/lib/syslog lib/mri/syslog
43+
cp -r ../ruby/ext/syslog/lib/syslog lib/mri
4444

4545
# Copy C extensions in ext/, sorted alphabetically
4646
rm -r src/main/c/{etc,nkf,openssl,psych,rbconfig-sizeof,syslog,zlib}

0 commit comments

Comments
 (0)