diff options
Diffstat (limited to 'tools/makeqpf/makeall')
-rwxr-xr-x | tools/makeqpf/makeall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makeqpf/makeall b/tools/makeqpf/makeall index bb167f3..cd5008c 100755 --- a/tools/makeqpf/makeall +++ b/tools/makeqpf/makeall @@ -1,4 +1,4 @@ for dpy in LinuxFb Transformed:Rot90 Transformed:Rot180 Transformed:Rot270 do - QWS_DISPLAY=$dpy ./maketqpf + QWS_DISPLAY=$dpy ./makeqpf done |