Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
buihien224 authored Dec 7, 2023
1 parent 91ffac9 commit aa6cf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bhlnk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jar_util()
if [[ $1 == "d" ]]; then
echo -ne "====> Patching $2 : "
ls
echo $(get_file_dir $2
echo $(get_file_dir $2 )

if [[ $(get_file_dir $2 ) ]]; then
sudo cp $(get_file_dir $2 ) $dir/jar_temp
Expand Down

0 comments on commit aa6cf41

Please sign in to comment.