Skip to content

Commit

Permalink
Fix default action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexxeh committed Oct 22, 2012
1 parent da74cb3 commit 8a70c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpi-update
Expand Up @@ -38,7 +38,7 @@ function update_self() {
#!/bin/bash
if mv "${_tempFileName}" "$0"; then
rm -- "\$0"
exec env UPDATE=0 /bin/bash "$0" "$FW_REV"
exec env UPDATE=0 /bin/bash "$0" "${FW_REV}"
else
echo "Failed!"
fi
Expand Down

0 comments on commit 8a70c1a

Please sign in to comment.