aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsdn-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdn-install b/sdn-install
index 66cc063..0e28390 100755
--- a/sdn-install
+++ b/sdn-install
@@ -54,6 +54,7 @@ sdn-navigate () {
((SDN_P=SDN_P+${#insert}+1))
}
[[ -z $helper ]] && break
+ history -s -- "$helper"
/bin/sh -c "$helper" || break
done
}