We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd3246 commit 1d60865Copy full SHA for 1d60865
4 files changed
src/install/nix/genkey.am
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
+
3
+cd "@LIBEXECDIR@/@APPNAME@" || exit 1
4
+exec "./@APPNAME@" "$@"
src/install/nix/redeclipse-server.am
@@ -1,5 +1,5 @@
#!/bin/sh
-for arg
+for arg in "$@"
do
if [ "$arg" = --help ]
5
then
src/install/nix/redeclipse.am
src/install/nix/tessfont.am
0 commit comments