Skip to content

Commit 50befdf

Browse files
committed
Fix y.rs
1 parent 17172a6 commit 50befdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

y.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#![deny(unsafe_code)] /*This line is ignored by bash
33
# This block is ignored by rustc
44
echo "Warning: y.rs is a deprecated alias for y.sh" 1>&2
5-
exec ./y.sh
5+
exec ./y.sh "$@"
66
*/

0 commit comments

Comments
 (0)