mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-12 01:13:32 +02:00
Specify sh rather than bash in make_jar.sh shebang line. Fix FIXME.
This commit is contained in:
@@ -495,7 +495,8 @@ function CommandLine() //{{{
|
|||||||
/////////////////////////////////////////////////////////////////////////////{{{
|
/////////////////////////////////////////////////////////////////////////////{{{
|
||||||
|
|
||||||
var statusTimer = new Timer(5, 100, function statusTell() {
|
var statusTimer = new Timer(5, 100, function statusTell() {
|
||||||
// FIXME: completions is null Error
|
if (completions == null)
|
||||||
|
return;
|
||||||
if (completions.selected == null)
|
if (completions.selected == null)
|
||||||
statusline.updateProgress("");
|
statusline.updateProgress("");
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
top=$(pwd)
|
top=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user