Skip to content

Commit

Permalink
attmpt to remove tty reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
galthaus committed Oct 28, 2011
1 parent 9332dc3 commit fa710b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildenv/mksquashfs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# nuke any -no-progress arg, leave the rest unchanged.
/sbin/mksquashfs.orig "${@//-no-progress/}"
/sbin/mksquashfs.orig "${@//-no-progress/}" 2>/dev/null >/dev/null

0 comments on commit fa710b8

Please sign in to comment.