We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ff159 commit 1b44976Copy full SHA for 1b44976
1 file changed
fpp
@@ -50,7 +50,7 @@ for opt in "$@"; do
50
# http://unix.stackexchange.com/a/48432
51
trap "exit" INT
52
while true; do
53
- doProgram
+ doProgram $@
54
# connect tty back to stdin since we closed it
55
# earlier. this also works since we will only read
56
# from stdin once and then go permanent interactive mode
@@ -60,4 +60,4 @@ for opt in "$@"; do
60
fi
61
done
62
63
-doProgram
+doProgram $@
0 commit comments