aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-09 00:22:26 -0500
committerDave Reisner <d@falconindy.com>2010-01-09 00:22:26 -0500
commite1c9f95b2912857608fdc38833ce33d72c5b2d62 (patch)
treea1810a1b99513e7a1a01bc52d24641ad21e07e20
parentf1a0f311d7297f81d43a1129c68866c4287ef2fb (diff)
downloadsquashfu-e1c9f95b2912857608fdc38833ce33d72c5b2d62.tar.gz
Add --modifier option to -B dispatch
-rwxr-xr-xsquashfu1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfu b/squashfu
index a4b79be..55673a7 100755
--- a/squashfu
+++ b/squashfu
@@ -257,6 +257,7 @@ dispatch_backup () {
"-c"|"--config") ;;
"--check-size") ;;
"--resquash") RESQUASH_AFTER=true ;;
+ "--modifier") shift;MODIFIER=$1 ;;
*) die "Invalid option $1"; usage ;;
esac
shift