diff options
Diffstat (limited to 'library/demos/tcolor')
-rw-r--r-- | library/demos/tcolor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/tcolor b/library/demos/tcolor index d5fa233..4dd61bb 100644 --- a/library/demos/tcolor +++ b/library/demos/tcolor @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@" +exec wish "$0" ${1+"$@"} # tcolor -- # This script implements a simple color editor, where you can |