diff options
Diffstat (limited to 'library/demos/square')
-rw-r--r-- | library/demos/square | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/square b/library/demos/square index b7dd78f..08c362b 100644 --- a/library/demos/square +++ b/library/demos/square @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # square -- # This script generates a demo application containing only a "square" |