Welcome to mirror list, hosted at ThFree Co, Russian Federation.

var_bash_repl_empty_var.tests « ash-vars « ash_test « shell - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73a43d38e6d25e6ff1c1a722316c9f7dd094cdc6 (plain)
1
2
3
v=''
echo ${v/*/w}
echo Ok:$?