Skip to content

Commit 59e98be

Browse files
committed
update-scripts(bash): fix white-space issue
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3dce3f0 commit 59e98be

File tree

1 file changed

+1
-1
lines changed
  • update-scripts/version

1 file changed

+1
-1
lines changed

update-scripts/version/bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
let [ , basever, patchlevel ] = version.match(/^(\d+\.\d+)\.(\d+)/)
1313
let match
14-
14+
1515
const fs = require('fs')
1616
const lines = fs.readFileSync('PKGBUILD').toString('utf-8').split(/\r?\n/)
1717
lines.forEach((line, i) => {

0 commit comments

Comments
 (0)