diff options
Diffstat (limited to 'chapter8/perl.sh')
-rw-r--r-- | chapter8/perl.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter8/perl.sh b/chapter8/perl.sh index 7e5cbc7..0fb9e3f 100644 --- a/chapter8/perl.sh +++ b/chapter8/perl.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e MAJMIN="$(cut -d\. -f1,2 <<< "${VERSION}")" |