Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / execscript
index f1db527..5a4e903 100644 (file)
@@ -12,6 +12,7 @@ echo calling exec1.sub
 echo after exec1.sub with args: $?
 ./exec1.sub
 echo after exec1.sub without args: $?
+echo after exec1.sub: "$@"
 
 # set up a fixed path so we know notthere will not be found
 PATH=/usr/bin:/bin:/usr/local/bin: