Skip to content

Commit c2c97eb

Browse files
Fixed get_sed_args now sets empty parameter on MacOS
1 parent 85f9df2 commit c2c97eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bash_aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function get_sed_args() {
165165
local -n args=$1
166166
case "$(uname)" in
167167
Darwin)
168-
args+=('-i' "''")
168+
args+=('-i' "")
169169
;;
170170
Linux)
171171
args+=('-i')

0 commit comments

Comments
 (0)