Skip to content

Commit

Permalink
Fix perl_incs calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Dec 31, 2023
1 parent 43edc25 commit 681beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parts:
done
# Modify perl5lib.sh
perl_incs=$(perl -e 'print \"@INC\"')
perl_incs=$(perl -e 'print "@INC"')
perl5lib_sh="/usr/bin/perl5lib.sh"
cat <<EOF > $perl5lib_sh
#!/bin/bash
Expand Down

0 comments on commit 681beef

Please sign in to comment.