diff options
Diffstat (limited to 'Tools/schnitt/vmount')
-rwxr-xr-x | Tools/schnitt/vmount | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/schnitt/vmount b/Tools/schnitt/vmount index 6b79064..ab16e45 100755 --- a/Tools/schnitt/vmount +++ b/Tools/schnitt/vmount @@ -4,7 +4,7 @@ cond=0 if [ -f "$1" ]; then mount "$1" /mnt/1 -o loop - $cond = 1 + cond=1 else while [ "$cond" != "1" ] do |