summaryrefslogtreecommitdiffstats
path: root/recipes/export2tar.sh
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/export2tar.sh')
-rwxr-xr-xrecipes/export2tar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/export2tar.sh b/recipes/export2tar.sh
index 41816daf..fa79b3e1 100755
--- a/recipes/export2tar.sh
+++ b/recipes/export2tar.sh
@@ -1,3 +1,3 @@
#!/bin/sh -
-guestfish -a "$1" --ro -m "$2" tgz-out "$3" "$4"
+guestfish --ro -a "$1" -m "$2" tgz-out "$3" "$4"