summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBastian Stender <bst@pengutronix.de>2016-07-29 14:40:18 +0200
committerBastian Stender <bst@pengutronix.de>2016-08-04 15:05:22 +0200
commitbb064d385861f480520149f551c99257882c2bc0 (patch)
treefb7540c8ea03b97ac2c8f6cb6d630b5d9f7f5e1a /src
parent8141576d1a782670691833f1705176c10a121737 (diff)
downloaddt-utils-bb064d385861f480520149f551c99257882c2bc0.tar.gz
dt-utils-bb064d385861f480520149f551c99257882c2bc0.tar.xz
barebox-state: fix print variable on --get
676e2a13e90fb8bf37d6777dc3d21d2406916885 accidentally removed the printf call. Signed-off-by: Bastian Stender <bst@pengutronix.de>
Diffstat (limited to 'src')
-rw-r--r--src/barebox-state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/barebox-state.c b/src/barebox-state.c
index 5332efc..23b7e97 100644
--- a/src/barebox-state.c
+++ b/src/barebox-state.c
@@ -581,6 +581,7 @@ int main(int argc, char *argv[])
ret = 1;
goto out_unlock;
}
+ printf("%s\n", val);
} else {
char *var, *val;